File: example_mkdocs.txt

package info (click to toggle)
python-pdoc 15.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,192 kB
  • sloc: python: 8,013; javascript: 1,156; makefile: 18; sh: 3
file content (8 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
<module demo  # A small `pdoc` examp…
    <class demo.Dog  # 🐕
        <method def __init__(self, name: str): ...  # Make a Dog without a…>
        <var name: str  # The name of our dog.…>
        <var friends: list[demo.Dog]  # The friends of our d…>
        <method def bark(self, loud: bool = True): ...  # *woof*>
    >
>