my_package.my_module
This module provides an example class and a function for basic arithmetic operations.
Functions
|
Add two integers together. |
Classes
|
A class that represents a simple example with an integer argument. |
- class my_package.my_module.MyClass(my_arg: int)[source]
Bases:
objectA class that represents a simple example with an integer argument.
- Parameters:
my_arg (int) – An integer argument that will be stored as an instance attribute.
- Variables:
my_arg (int) – The integer argument provided during initialization.