restapi.utilities.meta.Meta.get_self_reference_from_args

static Meta.get_self_reference_from_args(*args)[source]

Useful in decorators: being able to call the internal method by getting the ‘self’ reference from the decorated method (when it’s there)

Parameters:

args (Any)

Return type:

Optional[Any]