Skip to content

Module sample

This is a sample module.

Variables

  • variable (int): Docstrings for module-level variables.

Classes

SampleClass

class SampleClass(self, b: str)

Class docstrings.

Attributes

  • baz (str): Docstrings for attributes.

Args

  • b (str): Arguments for initializing.

Methods

method

def method(self, bar: int) -> str

Method docstrings.

Cross reference available. func

Args

  • bar (int)

Returns

  • str