src.another_file

I’m a module

Functions

somefunction(h)

yes

Classes

A()

Hello world

Interfaces

class src.another_file.A[source]

Bases: object

Hello world

Raises:

ValueError – because why not

f(a)[source]

Some function f

Parameters:

a (int) – Hello

Return type:

int

property h: str

I’m a property

Returns:

Property tax

Return type:

str

src.another_file.somefunction(h)[source]

yes

Parameters:

h (str) – no

Returns:

maybe

Return type:

int