pythontemplatepackage.myclass.MyClass
- class pythontemplatepackage.myclass.MyClass[source]
Bases:
object
Public Methods:
__init__
()some_function
(param1, param2)Documentation for this function...
- __annotations__ = {}
- __dict__ = mappingproxy({'__module__': 'pythontemplatepackage.myclass', '__init__': <function MyClass.__init__>, 'some_function': <function MyClass.some_function>, '__dict__': <attribute '__dict__' of 'MyClass' objects>, '__weakref__': <attribute '__weakref__' of 'MyClass' objects>, '__doc__': None, '__annotations__': {}})
- __module__ = 'pythontemplatepackage.myclass'
- __weakref__
list of weak references to the object (if defined)