22( function ( $B ) {
33$B . builtin_class_flags = {
44 builtins : {
5- 1073763586 : [ 'FutureWarning' , 'EnvironmentError' , 'BaseExceptionGroup' , 'ReferenceError' , 'TypeError' , 'FileNotFoundError' , 'UnboundLocalError' , 'UnicodeTranslateError' , 'UnicodeWarning' , 'IndentationError' , 'BufferError' , 'AssertionError' , 'BytesWarning' , 'ProcessLookupError' , 'StopIteration' , 'LookupError' , 'ImportWarning' , 'IOError' , 'FileExistsError' , 'NameError' , 'IndexError' , 'FloatingPointError' , 'RecursionError' , 'SyntaxError' , 'ModuleNotFoundError' , 'TimeoutError' , 'IsADirectoryError' , 'Warning' , 'ResourceWarning' , 'ConnectionResetError' , 'MemoryError' , 'RuntimeWarning' , 'SystemExit' , 'Exception' , 'NotADirectoryError' , 'OverflowError' , 'TabError' , 'PermissionError' , 'BaseException' , 'KeyError' , 'ArithmeticError' , 'UnicodeError' , 'NotImplementedError' , 'KeyboardInterrupt' , 'AttributeError' , 'DeprecationWarning' , 'UserWarning' , 'ConnectionError' , 'BlockingIOError' , 'BrokenPipeError' , 'OSError' , 'RuntimeError' , 'ConnectionAbortedError' , 'InterruptedError' , 'SystemError' , 'ValueError' , 'EncodingWarning' , 'WindowsError' , '_IncompleteInputError' , 'SyntaxWarning' , 'ConnectionRefusedError' , 'PendingDeprecationWarning' , 'PythonFinalizationError' , 'ImportError' , 'UnicodeEncodeError' , 'GeneratorExit' , 'ChildProcessError' , 'StopAsyncIteration' , 'UnicodeDecodeError' , 'ZeroDivisionError' , 'EOFError' ] ,
5+ 1073763586 : [ 'SystemExit' , 'SystemError' , 'NotADirectoryError' , 'BlockingIOError' , 'IndexError' , 'ConnectionRefusedError' , 'BytesWarning' , 'ModuleNotFoundError' , 'TabError' , 'ImportError' , 'UnboundLocalError' , '_IncompleteInputError' , 'BaseExceptionGroup' , 'ValueError' , 'UnicodeDecodeError' , 'EnvironmentError' , 'FutureWarning' , 'DeprecationWarning' , 'SyntaxWarning' , 'EncodingWarning' , 'FloatingPointError' , 'EOFError' , 'NotImplementedError' , 'OverflowError' , 'TypeError' , 'PermissionError' , 'Warning' , 'SyntaxError' , 'ArithmeticError' , 'StopAsyncIteration' , 'InterruptedError' , 'RuntimeWarning' , 'UnicodeTranslateError' , 'Exception' , 'ReferenceError' , 'ProcessLookupError' , 'UnicodeWarning' , 'ConnectionResetError' , 'KeyboardInterrupt' , 'RuntimeError' , 'AssertionError' , 'ImportWarning' , 'PendingDeprecationWarning' , 'UnicodeEncodeError' , 'IndentationError' , 'OSError' , 'UserWarning' , 'MemoryError' , 'RecursionError' , 'GeneratorExit' , 'BrokenPipeError' , 'BaseException' , 'KeyError' , 'AttributeError' , 'FileNotFoundError' , 'ConnectionError' , 'PythonFinalizationError' , 'StopIteration' , 'NameError' , 'FileExistsError' , 'ZeroDivisionError' , 'ChildProcessError' , 'IOError' , 'IsADirectoryError' , 'LookupError' , 'UnicodeError' , 'WindowsError' , 'TimeoutError' , 'ResourceWarning' , 'ConnectionAbortedError' , 'BufferError' ] ,
66 1073763848 : [ 'ExceptionGroup' ] ,
77 20975874 : [ 'bool' ] ,
88 4199682 : [ 'float' , 'bytearray' ] ,
99 138417410 : [ 'bytes' ] ,
10- 21762 : [ 'classmethod' , 'filter ' , 'super ' , 'enumerate ' , 'zip ' , 'reversed ' , 'property ' , 'map ' , 'staticmethod ' ] ,
11- 5378 : [ 'complex ' , 'object ' ] ,
10+ 21762 : [ 'classmethod' , 'staticmethod ' , 'filter ' , 'reversed ' , 'super ' , 'zip ' , 'map ' , 'enumerate ' , 'property ' ] ,
11+ 5378 : [ 'object ' , 'complex ' ] ,
1212 541087042 : [ 'dict' ] ,
13- 4216066 : [ 'set ' , 'frozenset ' ] ,
13+ 4216066 : [ 'frozenset ' , 'set ' ] ,
1414 20976898 : [ 'int' ] ,
1515 37770530 : [ 'list' ] ,
1616 20770 : [ 'memoryview' ] ,
@@ -21,10 +21,10 @@ $B.builtin_class_flags = {
2121 2155896066 : [ 'type' ] ,
2222 } ,
2323 types : {
24- 20866 : [ 'getset_descriptor ' , 'async_generator ' , 'classmethod_descriptor' , 'frame ' , 'coroutine ' , 'method-wrapper' , 'generator ' , 'member_descriptor ' ] ,
24+ 20866 : [ 'async_generator ' , 'member_descriptor ' , 'classmethod_descriptor' , 'coroutine ' , 'frame ' , 'method-wrapper' , 'getset_descriptor ' , 'generator ' ] ,
2525 22914 : [ 'builtin_function_or_method' ] ,
26- 20738 : [ 'cell ' , 'traceback ' ] ,
27- 4354 : [ 'ellipsis ' , 'NotImplementedType ' , 'NoneType ' , 'code ' ] ,
26+ 20738 : [ 'traceback ' , 'cell ' ] ,
27+ 4354 : [ 'NotImplementedType ' , 'NoneType ' , 'code ' , 'ellipsis ' ] ,
2828 153858 : [ 'function' ] ,
2929 20802 : [ 'mappingproxy' ] ,
3030 153986 : [ 'method_descriptor' ] ,
0 commit comments