types
Classes
CallguardHandlerInfo(method_name: str, check_module: bool, check_self: bool, allow_same_class: bool, allow_same_module: bool, caller_frame: FrameType, callee_frame: FrameType, caller_self: object, callee_self: object, caller_module: str, callee_module: str, default_checker: collections.abc.Callable[[ForwardRef('CallguardHandlerInfo', is_class=True, owner=<class 'app.util.callguard.types.CallguardHandlerInfo'>)], bool], exception_class: type[Exception]) |
|
Exceptions