mypackage package

Submodules

mypackage.module module

This module contains a single method, demonstrating the structure

mypackage.module.add_int(x: int, y: int) int

Adds two integers together

Parameters:
  • x – The first number

  • y – The second number

Returns:

The result

Return type:

int

Module contents