fake_project.nested_folder package

Submodules

fake_project.nested_folder.another module

A module that shows every type of documentable class / method / function.

fake_project.nested_folder.another.ATTRIBUTE_VALUE

Some number.

Type:float
class fake_project.nested_folder.another.MyKlass(value)[source]

Bases: object

A class that does something.

Multi-line information here.

attribute_value

Some string.

Type:str
attribute_value = 'asdfasdf'
classmethod get_classmethod()[source]

int: Get some value.

get_method()[source]

int: Get some value.

static get_staticmethod()[source]

int: Get some value.

class fake_project.nested_folder.another.ParentClass[source]

Bases: object

The outter class.

attribute_value

Some string.

Type:str
class NestedClass[source]

Bases: object

A class within a class.

attribute_value

Some string.

Type:str
attribute_value = 'zzzzzzzzzzzzz'
classmethod get_classmethod()[source]

int: Get some value.

get_method()[source]

int: Get some value.

static get_staticmethod()[source]

int: Get some value.

attribute_value = 'tttt'
classmethod get_classmethod()[source]

int: Get some value.

get_method()[source]

int: Get some value.

static get_staticmethod()[source]

int: Get some value.

fake_project.nested_folder.another._set_private_function_thing(value, another)[source]

Do something here.

fake_project.nested_folder.another.set_function_thing(value, another)[source]

Do something here.

Module contents