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'
-
-
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'
-
-
attribute_value
= 'tttt'
-