# Functions
Adds a new audit hook callback.
Call func(*args), while tracing is enabled.
Deactivate the current stack profiler trampoline backend.
Print an object to sys.stdout and also save it in builtins._
go:linkname Displayhook py.displayhook.
Handle an exception by displaying it with a traceback on sys.stderr.
Return the current exception.
Return current exception information: (type, value, traceback).
Exit the interpreter by raising SystemExit(status).
Return the number of memory blocks currently allocated.
Check status of origin tracking for coroutine objects in this thread.
Return the current default encoding used by the Unicode implementation.
Return the current value of the flags that are used for dlopen calls.
Return the error mode used Unicode to OS filename conversion.
Return the encoding used to convert Unicode filenames to OS filenames.
Return the maximum string digits limit for non-binary int<->str conversions.
Return the current value of the recursion limit.
Return the reference count of object.
Return the current thread switch interval; see sys.setswitchinterval().
Return the global debug tracing function set with sys.settrace.
Return the number of elements of the unicode interned dictionary
go:linkname Getunicodeinternedsize py.getunicodeinternedsize.
“Intern” the given string.
Return True if Python is exiting.
Return *True* if a stack profiler trampoline is active.
Enable or disable origin tracking for coroutine objects in this thread.
Set the flags used by the interpreter for dlopen calls.
Set the maximum string digits limit for non-binary int<->str conversions.
Set the maximum depth of the Python interpreter stack to n.
Set the ideal thread switching delay inside the Python interpreter.
Handle an unraisable exception.
# Constants
No description provided by the author