☰
Index
Modules:
auditfunc
,
auditfunc/cfg
,
auditfunc/main
,
auditfunc/types
.
API symbols
addaudithook:
main: template addaudithook(hook: HookProc)
audit:
main: template audit(event: string; args: varargs[typed])
config_should_audit:
cfg: const config_should_audit
HookEntry:
types: tuple HookEntry
HookProc:
types: type HookProc
PySys_AddAuditHook:
main: template PySys_AddAuditHook(hook: HookProc; userData = default Any)
PySys_Audit:
main: template PySys_Audit(event: string; args: varargs[typed])
whenAuditEnabled:
cfg: template whenAuditEnabled(body)
whenAuditEnabledOr:
cfg: template whenAuditEnabledOr[T](exp, elseExp: T): T