msg For syntax errors - the compiler error message.
warnings.resetwarnings() Reset the warnings filter. This discards the effect of all previous calls to filterwarnings()
inspect.getgeneratorlocals(generator) Get the mapping of live local variables in generator to their current values
warnings.showwarning(message, category, filename, lineno, file=None, line=None) Write a warning to a file. The default implementation
warnings.formatwarning(message, category, filename, lineno, line=None) Format a warning the standard way. This returns a string
bind_partial(*args, **kwargs) Works the same way as Signature.bind(), but allows the omission of some required
gc.callbacks A list of callbacks that will be invoked by the garbage collector before and after collection. The callbacks will
sys.dont_write_bytecode If this is true, Python won’t try to write .pyc files on the import of source modules.
sys.maxunicode An integer giving the value of the largest Unicode code point, i.e. 1114111 (0x10FFFF
parameters An ordered mapping of parameters’ names to the corresponding Parameter objects.
Page 16 of 26