Skip to content

Stub file type annotations examples

Handsdown API Index / Examples / Stub file type annotations examples

Auto-generated documentation for examples.pyi_typed module.

Aasdas

Show source in pyi_typed.py:25

Attributes

  • c: str - This comment should also appear in the docs

Test class.

Signature

class Aasdas:
    ...

MyValue

Show source in pyi_typed.py:13

Signature

class MyValue:
    ...

func

Show source in pyi_typed.py:17

Signature

def func(_list, _my_value_cls=MyValue, **_kwargs):
    ...

See also

func_an

Show source in pyi_typed.py:21

Signature

def func_an(_list, _my_value_cls=MyValue, **_kwargs):
    ...

See also