pyrtma.client.requires_connection

requires_connection(func)[source]

Decorator wrapper for Client methods that require a connection

Return type:

TypeVar(F, bound= Callable[..., Any])

Parameters:

func (F) –