medcat.utils.decorators

Module Contents

Functions

deprecated(message)

check_positive(func)

medcat.utils.decorators.deprecated(message)
Parameters:

message (str) –

Return type:

Callable

medcat.utils.decorators.check_positive(func)
Parameters:

func (Callable) –

Return type:

Callable