exception ctypes.ArgumentError This exception is raised when a foreign function call cannot convert one of the passed arguments.
match.string The string passed to match() or search().
class importlib.machinery.SourcelessFileLoader(fullname, path) A concrete implementation of importlib.abc.FileLoader which can import bytecode files (i.e. no source code files exist). Please note that direct use of bytecode files (and thus not source code files) inhibits your modules from being usable by all Python implementations or new versions of Python which change the bytecode format. New in version 3.3. name The name of the module the loader will handle. path The path to the
keys() Returns the elements attribute names as a list. The names are returned in an arbitrary order.
Panel.show() Display the panel (which might have been hidden).
time.tzname() If tzinfo is None, returns None, else returns self.tzinfo.tzname(None), or raises an exception if the latter doesn’t return None or a string object.
_thread.get_ident() Return the ‘thread identifier’ of the current thread. This is a nonzero integer. Its value has no direct meaning; it is intended as a magic cookie to be used e.g. to index a dictionary of thread-specific data. Thread identifiers may be recycled when a thread exits and another thread is created.
Template.copy(infile, outfile) Copy infile to outfile through the pipe.
is_loopback
types.FunctionType types.LambdaType The type of user-defined functions and functions created by lambda expressions.
Page 619 of 663