Welcome to Python Project Template’s documentation!

package_1 package

Submodules

package_1.arithmetic module

Mypy Inline Configs. see https://mypy.readthedocs.io/en/stable/inline_config.html # mypy: disallow-untyped-defs = False # mypy:

package_1.arithmetic.add(lhs: int, rhs: int) int[source]

Add two integers.

Parameters
  • lhs (int) – an integer.

  • rhs (int) – an integer.

Returns

sum of lhs and rhs.

Return type

int

package_1.plugins module

package_1.plugins.plugin_call() None[source]

Module contents

package_2 package

Module contents

Indices and tables