py_qs_example.mypackage package¶
An example docstring for the mypackage package.
Describe what the entire package is for, with the first sentence containing the main idea.
Submodules¶
py_qs_example.mypackage.module module¶
An example docstring for the mypackage.module module.
Describe what the entire module is for, with the first sentence containing the main idea.
-
class
py_qs_example.mypackage.module.
ExampleClass2
(num, klass)[source]¶ Bases:
object
An example class created from the pypi-sphinx-quickstart tutorial.
-
__init__
(num, klass)[source]¶ Class init method.
Describe how to pass arguments here.
- Parameters
klass¶ (
ExampleClass2
) – example argument with custom type
-