File: indented.txt

package info (click to toggle)
pymdown-extensions 10.13-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,104 kB
  • sloc: python: 60,117; javascript: 846; sh: 8; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
class SomeClass:
    """Docstring."""

    # --8<-- [start: py-section]
    def some_method(self, param):
        """Docstring."""

        return param
    # --8<-- [end: py-section]