Files
openide/python/pluginResources/mlcompletion/builtinsPopularityWeights.json
andrey.matveev 17584697af EA-215137 Move resources to pluginResources folder
GitOrigin-RevId: d5be87ddae4b253e1c7a2435fe8ceb0d3b8db391
2019-11-07 02:40:58 +00:00

146 lines
3.7 KiB
JSON

{
"ArithmeticError": "91703",
"AssertionError": "4097502",
"AttributeError": "17946073",
"BaseException": "817655",
"BlockingIOError": "85523",
"BrokenPipeError": "70049",
"BufferError": "56535",
"BytesWarning": "92933",
"ChildProcessError": "22617",
"ConnectionAbortedError": "24847",
"ConnectionError": "1316283",
"ConnectionRefusedError": "53069",
"DeprecationWarning": "4567487",
"EOFError": "1056232",
"Ellipsis": "1811165",
"EnvironmentError": "843393",
"Exception": "7988497",
"False": "9466652",
"GeneratorExit": "191492",
"IOError": "8496919",
"ImportError": "24052878",
"ImportWarning": "114445",
"IndentationError": "98995",
"IndexError": "6316971",
"InterruptedError": "52984",
"IsADirectoryError": "30141",
"KeyError": "15691418",
"KeyboardInterrupt": "2136829",
"LookupError": "3175520",
"MemoryError": "289992",
"ModuleNotFoundError": "69464",
"NameError": "4661606",
"None": "15094910",
"NotADirectoryError": "174253",
"NotImplemented": "2862734",
"NotImplementedError": "11818775",
"OSError": "7690825",
"OverflowError": "2229481",
"PermissionError": "285719",
"ProcessLookupError": "28033",
"RecursionError": "69290",
"ReferenceError": "106086",
"RuntimeError": "6855604",
"RuntimeWarning": "2123476",
"StopAsyncIteration": "81108",
"StopIteration": "3369541",
"SyntaxError": "2969737",
"SystemExit": "1456897",
"TabError": "19238",
"TimeoutError": "845417",
"True": "8588319",
"TypeError": "20427725",
"UnicodeDecodeError": "2794619",
"UnicodeEncodeError": "2330952",
"UnicodeWarning": "51970",
"UserWarning": "1362180",
"ValueError": "37941901",
"Warning": "5215820",
"ZeroDivisionError": "838238",
"abs": "3595055",
"all": "5675083",
"any": "4899494",
"ascii": "8938524",
"bin": "11047599",
"bool": "3114757",
"breakpoint": "247856",
"bytearray": "2538221",
"bytes": "4449642",
"callable": "10605819",
"chr": "3873242",
"classmethod": "11665146",
"compile": "9116885",
"complex": "3529057",
"copyright": "3348736",
"credits": "562878",
"delattr": "1667305",
"dict": "36284100",
"dir": "6182726",
"display": "2331179",
"divmod": "1437920",
"enumerate": "13547181",
"eval": "3647304",
"exec": "3382557",
"filter": "3611609",
"float": "4781070",
"format": "6671531",
"frozenset": "4721800",
"get_ipython": "245416",
"getattr": "29286290",
"globals": "4574037",
"hasattr": "27715883",
"hash": "3901610",
"help": "4866489",
"hex": "3618618",
"id": "3562397",
"input": "5493655",
"int": "3812010",
"isinstance": "45047399",
"issubclass": "3707342",
"iter": "15037340",
"license": "4284718",
"list": "7371657",
"locals": "5352992",
"map": "4339489",
"max": "4228645",
"min": "3036633",
"next": "3719673",
"object": "7557283",
"oct": "2024932",
"open": "7558164",
"ord": "5972467",
"pow": "1733939",
"print": "14794928",
"property": "5329991",
"range": "9386482",
"repr": "21379514",
"reversed": "5899049",
"round": "2324175",
"set": "5996846",
"setattr": "9558916",
"slice": "2856102",
"sorted": "8573626",
"staticmethod": "8796111",
"str": "14413884",
"sum": "5872402",
"super": "10007968",
"tuple": "26053925",
"type": "2597927",
"vars": "3948578",
"zip": "9498512",
"FileNotFoundError": "714561",
"FloatingPointError": "148032",
"FutureWarning": "1194531",
"PendingDeprecationWarning": "435208",
"ResourceWarning": "327583",
"SyntaxWarning": "357594",
"SystemError": "573236",
"UnboundLocalError": "253958",
"UnicodeError": "2529091",
"UnicodeTranslateError": "158945",
"len": "15165596",
"memoryview": "1259778",
"ConnectionResetError": "46649",
"FileExistsError": "25323"
}