Lines Matching full:interpreter
2591 object. They're a way of passing data through the Python interpreter
4336 interpreter exiting. exceptions.TypeError Inappropriate argument type. exceptions.StopIteration Signal the end from iterator.next(). exceptions.GeneratorExit Request that a generator exit. exceptions.SystemExit Request to exit from the interpreter. exceptions.KeyboardInterrupt Program interrupted by user. exceptions.ImportError Import can't find module, or can't find name in module. exceptions.EnvironmentError Base class for I/O related errors. exceptions.IOError I/O operation failed. exceptions.OSError OS system call failed. exceptions.EOFError Read beyond end of file. exceptions.RuntimeError Unspecified run-time error. exceptions.NotImplementedError Method or function hasn't been implemented yet. exceptions.NameError Name not found globally. exceptions.UnboundLocalError Local name referenced but not bound to a value. exceptions.AttributeError Attribute not found. exceptions.SyntaxError Invalid syntax. exceptions.IndentationError Improper indentation. exceptions.TabError Improper mixture of spaces and tabs. exceptions.LookupError Base class for lookup errors. exceptions.IndexError Sequence index out of range. exceptions.KeyError Mapping key not found. exceptions.ValueError Inappropriate argument value (of correct type). exceptions.UnicodeError Unicode related error. exceptions.UnicodeEncodeError Unicode encoding error. exceptions.UnicodeDecodeError Unicode decoding error. exceptions.UnicodeTranslateError Unicode translation error. exceptions.AssertionError Assertion failed. exceptions.ArithmeticError Base class for arithmetic errors. exceptions.FloatingPointError Floating point operation failed. exceptions.OverflowError Result too large to be represented. exceptions.ZeroDivisionError Second argument to a division or modulo operation was zero. exceptions.SystemError Internal error in the Python interpreter.
15427 It is a helper module to speed up interpreter start-up. Issue a warning, or maybe ignore it or raise an exception. Low-level inferface to warnings functionality. O match warnings ignore error default unknown action ??? 'registry' must be a dict <unknown>