module2 package

Submodules

module2.file3 module

This is the doc string for the file3 file where we can say things about the python module.add() We can write long text if we want.

  • topic 1

  • topic 2

module2.file3.file3_func1()[source]

This function does nothing.

module2.file3.file3_func2(param1: int, param2: int)[source]

This function returns the sum of the values you pass in as arguments.

Parameters:
  • param1 (int) – Integer to sum.

  • param2 (int) – Integer to sum.

Returns:

Sum of the given parameter’s values.s

Return type:

int

module2.file3.file3_func3()[source]

This function does nothing.

module2.file3.file3_func4(param1: str, param2: int, param3: bool)[source]

“This function returns the 10 or the param2 times 3 if …

Parameters:
  • param1 (str) – String to check if we should do something.

  • param2 (int) – Base value to the multiplication.

  • param3 (bool) – If we should do the multiplication or not.

Returns:

_description_

Return type:

int

module2.file3.file3_func5(param1: str, param2: int)[source]

This function returns true.

Parameters:
  • param1 (str) – Some String…

  • param2 (int) – Some Integer…

Returns:

Always true.

Return type:

boolean

module2.file4 module

This is the doc string for the file4 file where we can say things about the python module.add() We can write long text if we want.

  • topic 1

  • topic 2

module2.file4.file4_func1()[source]

This function does nothing.

module2.file4.file4_func2(param1: int, param2: int)[source]

This function returns the sum of the values you pass in as arguments.

Parameters:
  • param1 (int) – Integer to sum.

  • param2 (int) – Integer to sum.

Returns:

Sum of the given parameter’s values.

Return type:

int

module2.file4.file4_func3()[source]

This function does nothing.

module2.file4.file4_func4(param1: str, param2: int, param3: bool)[source]

“This function returns the 10 or the param2 times 3 if …

Parameters:
  • param1 (str) – String to check if we should do something.

  • param2 (int) – Base value to the multiplication.

  • param3 (bool) – If we should do the multiplication or not.

Returns:

_description_

Return type:

int

module2.file4.file4_func5(param1: str, param2: int)[source]

This function returns true.

Parameters:
  • param1 (str) – Some String…

  • param2 (int) – Some Integer…

Returns:

Always true.

Return type:

boolean

Module contents