threading.get_ident() Return the ‘thread identifier’ of the current thread. This is a nonzero integer. Its value has no direct
load_module(name=None) Concrete implementation of importlib.abc.Loader.load_module() where specifying the name
is_global() Return True if the symbol is global.
typing.get_type_hints(obj) Return type hints for a function or method object. This is often
Document.createProcessingInstruction(target, data) Create and return a processing instruction node containing the target
DefaultCookiePolicy.strict_ns_set_initial_dollar Ignore cookies in Set-Cookie: headers that have names starting with '$'
DefaultCookiePolicy.set_blocked_domains(blocked_domains) Set the sequence of blocked domains.
get_breaks(filename, lineno) Return all breakpoints for lineno in filename, or an empty list if none are set
get_break(filename, lineno) Check if there is a breakpoint for lineno of filename.
Unpacker.get_buffer() Returns the current unpack data buffer as a string.
Page 54 of 100