pygaindalf
Contents
API Reference
app
components
config
logging
portfolio
util
config
helpers
callguard
app.util.helpers.callguard.callguard
app.util.helpers.callguard.callguard_callable
app.util.helpers.callguard.callguard_class
app.util.helpers.callguard.callguard_classmethod
app.util.helpers.callguard.callguard_property
app.util.helpers.callguard.default_callguard_checker
app.util.helpers.callguard.get_execution_frame
app.util.helpers.callguard.get_execution_frame_module
app.util.helpers.callguard.get_execution_frame_self
app.util.helpers.callguard.get_execution_frame_self_varname
app.util.helpers.callguard.no_callguard
Callguard
CallguardCallableDecorator
CallguardClassDecorator
CallguardClassOptions
CallguardClassmethodDecorator
CallguardHandlerInfo
CallguardOptions
CallguardPropertyDecorator
classinstancemethod
classinstanceproperty
classproperty
decimal
enter_exit_call
frozendict
mro
script_info
version
logging
mixins
namespace
requests
pygaindalf
test
pygaindalf
API Reference
app
util
helpers
callguard
app.util.helpers.callguard.no_callguard
View page source
app.util.helpers.callguard.no_callguard
app.util.helpers.callguard.
no_callguard
(
obj
)
[source]
Return type
:
TypeVar
(
T
, bound=
Any
)
Parameters
:
obj
(
T
)