fake_project.basic module
A module that shows every type of documentable class / method / function.
-
fake_project.basic.
ATTRIBUTE_VALUE
Some number.
-
class
fake_project.basic.
MyKlass
(value)[source]
Bases: object
A class that does something.
Multi-line information here.
-
attribute_value
Some string.
-
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.basic.
ParentClass
[source]
Bases: object
The outter class.
-
attribute_value
Some string.
-
class
NestedClass
[source]
Bases: object
A class within a class.
-
attribute_value
Some string.
-
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.basic.
_set_private_function_thing
(value, another)[source]
Do something here.
-
fake_project.basic.
set_function_thing
(value, another)[source]