Created
September 27, 2020 22:46
-
-
Save cosmicexplorer/258a9947589fb8d3500da2bd6ec5cea5 to your computer and use it in GitHub Desktop.
'uuid' module entries for .mypy_cache in pex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| ".class": "MypyFile", | |
| "_fullname": "uuid", | |
| "is_partial_stub_package": false, | |
| "is_stub": true, | |
| "names": { | |
| ".class": "SymbolTable", | |
| "Any": { | |
| ".class": "SymbolTableNode", | |
| "cross_ref": "typing.Any", | |
| "kind": "Gdef", | |
| "module_hidden": true, | |
| "module_public": false | |
| }, | |
| "NAMESPACE_DNS": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Gdef", | |
| "node": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_ready" | |
| ], | |
| "fullname": "uuid.NAMESPACE_DNS", | |
| "name": "NAMESPACE_DNS", | |
| "type": "uuid.UUID" | |
| } | |
| }, | |
| "NAMESPACE_OID": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Gdef", | |
| "node": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_ready" | |
| ], | |
| "fullname": "uuid.NAMESPACE_OID", | |
| "name": "NAMESPACE_OID", | |
| "type": "uuid.UUID" | |
| } | |
| }, | |
| "NAMESPACE_URL": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Gdef", | |
| "node": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_ready" | |
| ], | |
| "fullname": "uuid.NAMESPACE_URL", | |
| "name": "NAMESPACE_URL", | |
| "type": "uuid.UUID" | |
| } | |
| }, | |
| "NAMESPACE_X500": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Gdef", | |
| "node": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_ready" | |
| ], | |
| "fullname": "uuid.NAMESPACE_X500", | |
| "name": "NAMESPACE_X500", | |
| "type": "uuid.UUID" | |
| } | |
| }, | |
| "Optional": { | |
| ".class": "SymbolTableNode", | |
| "cross_ref": "typing.Optional", | |
| "kind": "Gdef", | |
| "module_hidden": true, | |
| "module_public": false | |
| }, | |
| "RESERVED_FUTURE": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Gdef", | |
| "node": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_ready" | |
| ], | |
| "fullname": "uuid.RESERVED_FUTURE", | |
| "name": "RESERVED_FUTURE", | |
| "type": "builtins.str" | |
| } | |
| }, | |
| "RESERVED_MICROSOFT": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Gdef", | |
| "node": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_ready" | |
| ], | |
| "fullname": "uuid.RESERVED_MICROSOFT", | |
| "name": "RESERVED_MICROSOFT", | |
| "type": "builtins.str" | |
| } | |
| }, | |
| "RESERVED_NCS": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Gdef", | |
| "node": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_ready" | |
| ], | |
| "fullname": "uuid.RESERVED_NCS", | |
| "name": "RESERVED_NCS", | |
| "type": "builtins.str" | |
| } | |
| }, | |
| "RFC_4122": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Gdef", | |
| "node": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_ready" | |
| ], | |
| "fullname": "uuid.RFC_4122", | |
| "name": "RFC_4122", | |
| "type": "builtins.str" | |
| } | |
| }, | |
| "Text": { | |
| ".class": "SymbolTableNode", | |
| "cross_ref": "typing.Text", | |
| "kind": "Gdef", | |
| "module_hidden": true, | |
| "module_public": false | |
| }, | |
| "Tuple": { | |
| ".class": "SymbolTableNode", | |
| "cross_ref": "typing.Tuple", | |
| "kind": "Gdef", | |
| "module_hidden": true, | |
| "module_public": false | |
| }, | |
| "UUID": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Gdef", | |
| "node": { | |
| ".class": "TypeInfo", | |
| "_promote": null, | |
| "abstract_attributes": [], | |
| "bases": [ | |
| "builtins.object" | |
| ], | |
| "declared_metaclass": null, | |
| "defn": { | |
| ".class": "ClassDef", | |
| "fullname": "uuid.UUID", | |
| "name": "UUID", | |
| "type_vars": [] | |
| }, | |
| "flags": [], | |
| "fullname": "uuid.UUID", | |
| "metaclass_type": null, | |
| "metadata": {}, | |
| "module_name": "uuid", | |
| "mro": [ | |
| "uuid.UUID", | |
| "builtins.object" | |
| ], | |
| "names": { | |
| ".class": "SymbolTable", | |
| "__eq__": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0, | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self", | |
| "other" | |
| ], | |
| "flags": [], | |
| "fullname": "uuid.UUID.__eq__", | |
| "name": "__eq__", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0, | |
| 0 | |
| ], | |
| "arg_names": [ | |
| null, | |
| null | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID", | |
| { | |
| ".class": "AnyType", | |
| "missing_import_name": null, | |
| "source_any": null, | |
| "type_of_any": 2 | |
| } | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "__eq__ of UUID", | |
| "ret_type": "builtins.bool", | |
| "variables": [] | |
| } | |
| } | |
| }, | |
| "__ge__": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0, | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self", | |
| "other" | |
| ], | |
| "flags": [], | |
| "fullname": "uuid.UUID.__ge__", | |
| "name": "__ge__", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0, | |
| 0 | |
| ], | |
| "arg_names": [ | |
| null, | |
| null | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID", | |
| { | |
| ".class": "AnyType", | |
| "missing_import_name": null, | |
| "source_any": null, | |
| "type_of_any": 2 | |
| } | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "__ge__ of UUID", | |
| "ret_type": "builtins.bool", | |
| "variables": [] | |
| } | |
| } | |
| }, | |
| "__gt__": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0, | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self", | |
| "other" | |
| ], | |
| "flags": [], | |
| "fullname": "uuid.UUID.__gt__", | |
| "name": "__gt__", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0, | |
| 0 | |
| ], | |
| "arg_names": [ | |
| null, | |
| null | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID", | |
| { | |
| ".class": "AnyType", | |
| "missing_import_name": null, | |
| "source_any": null, | |
| "type_of_any": 2 | |
| } | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "__gt__ of UUID", | |
| "ret_type": "builtins.bool", | |
| "variables": [] | |
| } | |
| } | |
| }, | |
| "__init__": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0, | |
| 1, | |
| 1, | |
| 1, | |
| 1, | |
| 1, | |
| 1 | |
| ], | |
| "arg_names": [ | |
| "self", | |
| "hex", | |
| "bytes", | |
| "bytes_le", | |
| "fields", | |
| "int", | |
| "version" | |
| ], | |
| "flags": [], | |
| "fullname": "uuid.UUID.__init__", | |
| "name": "__init__", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0, | |
| 1, | |
| 1, | |
| 1, | |
| 1, | |
| 1, | |
| 1 | |
| ], | |
| "arg_names": [ | |
| "self", | |
| "hex", | |
| "bytes", | |
| "bytes_le", | |
| "fields", | |
| "int", | |
| "version" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID", | |
| { | |
| ".class": "UnionType", | |
| "items": [ | |
| "builtins.str", | |
| { | |
| ".class": "NoneType" | |
| } | |
| ] | |
| }, | |
| { | |
| ".class": "UnionType", | |
| "items": [ | |
| "builtins.bytes", | |
| { | |
| ".class": "NoneType" | |
| } | |
| ] | |
| }, | |
| { | |
| ".class": "UnionType", | |
| "items": [ | |
| "builtins.bytes", | |
| { | |
| ".class": "NoneType" | |
| } | |
| ] | |
| }, | |
| { | |
| ".class": "UnionType", | |
| "items": [ | |
| { | |
| ".class": "TupleType", | |
| "implicit": false, | |
| "items": [ | |
| "builtins.int", | |
| "builtins.int", | |
| "builtins.int", | |
| "builtins.int", | |
| "builtins.int", | |
| "builtins.int" | |
| ], | |
| "partial_fallback": { | |
| ".class": "Instance", | |
| "args": [ | |
| { | |
| ".class": "AnyType", | |
| "missing_import_name": null, | |
| "source_any": null, | |
| "type_of_any": 6 | |
| } | |
| ], | |
| "type_ref": "builtins.tuple" | |
| } | |
| }, | |
| { | |
| ".class": "NoneType" | |
| } | |
| ] | |
| }, | |
| { | |
| ".class": "UnionType", | |
| "items": [ | |
| "builtins.int", | |
| { | |
| ".class": "NoneType" | |
| } | |
| ] | |
| }, | |
| { | |
| ".class": "UnionType", | |
| "items": [ | |
| "builtins.int", | |
| { | |
| ".class": "NoneType" | |
| } | |
| ] | |
| } | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "__init__ of UUID", | |
| "ret_type": { | |
| ".class": "NoneType" | |
| }, | |
| "variables": [] | |
| } | |
| } | |
| }, | |
| "__int__": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "flags": [], | |
| "fullname": "uuid.UUID.__int__", | |
| "name": "__int__", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| null | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "__int__ of UUID", | |
| "ret_type": "builtins.int", | |
| "variables": [] | |
| } | |
| } | |
| }, | |
| "__le__": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0, | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self", | |
| "other" | |
| ], | |
| "flags": [], | |
| "fullname": "uuid.UUID.__le__", | |
| "name": "__le__", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0, | |
| 0 | |
| ], | |
| "arg_names": [ | |
| null, | |
| null | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID", | |
| { | |
| ".class": "AnyType", | |
| "missing_import_name": null, | |
| "source_any": null, | |
| "type_of_any": 2 | |
| } | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "__le__ of UUID", | |
| "ret_type": "builtins.bool", | |
| "variables": [] | |
| } | |
| } | |
| }, | |
| "__lt__": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0, | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self", | |
| "other" | |
| ], | |
| "flags": [], | |
| "fullname": "uuid.UUID.__lt__", | |
| "name": "__lt__", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0, | |
| 0 | |
| ], | |
| "arg_names": [ | |
| null, | |
| null | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID", | |
| { | |
| ".class": "AnyType", | |
| "missing_import_name": null, | |
| "source_any": null, | |
| "type_of_any": 2 | |
| } | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "__lt__ of UUID", | |
| "ret_type": "builtins.bool", | |
| "variables": [] | |
| } | |
| } | |
| }, | |
| "bytes": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "Decorator", | |
| "func": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "flags": [ | |
| "is_property", | |
| "is_decorated" | |
| ], | |
| "fullname": "uuid.UUID.bytes", | |
| "name": "bytes", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "bytes of UUID", | |
| "ret_type": "builtins.bytes", | |
| "variables": [] | |
| } | |
| }, | |
| "is_overload": false, | |
| "var": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_initialized_in_class", | |
| "is_property", | |
| "is_ready" | |
| ], | |
| "fullname": null, | |
| "name": "bytes", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "bytes of UUID", | |
| "ret_type": "builtins.bytes", | |
| "variables": [] | |
| } | |
| } | |
| } | |
| }, | |
| "bytes_le": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "Decorator", | |
| "func": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "flags": [ | |
| "is_property", | |
| "is_decorated" | |
| ], | |
| "fullname": "uuid.UUID.bytes_le", | |
| "name": "bytes_le", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "bytes_le of UUID", | |
| "ret_type": "builtins.bytes", | |
| "variables": [] | |
| } | |
| }, | |
| "is_overload": false, | |
| "var": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_initialized_in_class", | |
| "is_property", | |
| "is_ready" | |
| ], | |
| "fullname": null, | |
| "name": "bytes_le", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "bytes_le of UUID", | |
| "ret_type": "builtins.bytes", | |
| "variables": [] | |
| } | |
| } | |
| } | |
| }, | |
| "clock_seq": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "Decorator", | |
| "func": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "flags": [ | |
| "is_property", | |
| "is_decorated" | |
| ], | |
| "fullname": "uuid.UUID.clock_seq", | |
| "name": "clock_seq", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "clock_seq of UUID", | |
| "ret_type": "builtins.int", | |
| "variables": [] | |
| } | |
| }, | |
| "is_overload": false, | |
| "var": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_initialized_in_class", | |
| "is_property", | |
| "is_ready" | |
| ], | |
| "fullname": null, | |
| "name": "clock_seq", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "clock_seq of UUID", | |
| "ret_type": "builtins.int", | |
| "variables": [] | |
| } | |
| } | |
| } | |
| }, | |
| "clock_seq_hi_variant": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "Decorator", | |
| "func": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "flags": [ | |
| "is_property", | |
| "is_decorated" | |
| ], | |
| "fullname": "uuid.UUID.clock_seq_hi_variant", | |
| "name": "clock_seq_hi_variant", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "clock_seq_hi_variant of UUID", | |
| "ret_type": "builtins.int", | |
| "variables": [] | |
| } | |
| }, | |
| "is_overload": false, | |
| "var": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_initialized_in_class", | |
| "is_property", | |
| "is_ready" | |
| ], | |
| "fullname": null, | |
| "name": "clock_seq_hi_variant", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "clock_seq_hi_variant of UUID", | |
| "ret_type": "builtins.int", | |
| "variables": [] | |
| } | |
| } | |
| } | |
| }, | |
| "clock_seq_low": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "Decorator", | |
| "func": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "flags": [ | |
| "is_property", | |
| "is_decorated" | |
| ], | |
| "fullname": "uuid.UUID.clock_seq_low", | |
| "name": "clock_seq_low", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "clock_seq_low of UUID", | |
| "ret_type": "builtins.int", | |
| "variables": [] | |
| } | |
| }, | |
| "is_overload": false, | |
| "var": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_initialized_in_class", | |
| "is_property", | |
| "is_ready" | |
| ], | |
| "fullname": null, | |
| "name": "clock_seq_low", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "clock_seq_low of UUID", | |
| "ret_type": "builtins.int", | |
| "variables": [] | |
| } | |
| } | |
| } | |
| }, | |
| "fields": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "Decorator", | |
| "func": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "flags": [ | |
| "is_property", | |
| "is_decorated" | |
| ], | |
| "fullname": "uuid.UUID.fields", | |
| "name": "fields", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "fields of UUID", | |
| "ret_type": { | |
| ".class": "TypeAliasType", | |
| "args": [], | |
| "type_ref": "uuid._FieldsType" | |
| }, | |
| "variables": [] | |
| } | |
| }, | |
| "is_overload": false, | |
| "var": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_initialized_in_class", | |
| "is_property", | |
| "is_ready" | |
| ], | |
| "fullname": null, | |
| "name": "fields", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "fields of UUID", | |
| "ret_type": { | |
| ".class": "TypeAliasType", | |
| "args": [], | |
| "type_ref": "uuid._FieldsType" | |
| }, | |
| "variables": [] | |
| } | |
| } | |
| } | |
| }, | |
| "hex": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "Decorator", | |
| "func": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "flags": [ | |
| "is_property", | |
| "is_decorated" | |
| ], | |
| "fullname": "uuid.UUID.hex", | |
| "name": "hex", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "hex of UUID", | |
| "ret_type": "builtins.str", | |
| "variables": [] | |
| } | |
| }, | |
| "is_overload": false, | |
| "var": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_initialized_in_class", | |
| "is_property", | |
| "is_ready" | |
| ], | |
| "fullname": null, | |
| "name": "hex", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "hex of UUID", | |
| "ret_type": "builtins.str", | |
| "variables": [] | |
| } | |
| } | |
| } | |
| }, | |
| "int": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "Decorator", | |
| "func": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "flags": [ | |
| "is_property", | |
| "is_decorated" | |
| ], | |
| "fullname": "uuid.UUID.int", | |
| "name": "int", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "int of UUID", | |
| "ret_type": "builtins.int", | |
| "variables": [] | |
| } | |
| }, | |
| "is_overload": false, | |
| "var": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_initialized_in_class", | |
| "is_property", | |
| "is_ready" | |
| ], | |
| "fullname": null, | |
| "name": "int", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "int of UUID", | |
| "ret_type": "builtins.int", | |
| "variables": [] | |
| } | |
| } | |
| } | |
| }, | |
| "node": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "Decorator", | |
| "func": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "flags": [ | |
| "is_property", | |
| "is_decorated" | |
| ], | |
| "fullname": "uuid.UUID.node", | |
| "name": "node", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "node of UUID", | |
| "ret_type": "builtins.int", | |
| "variables": [] | |
| } | |
| }, | |
| "is_overload": false, | |
| "var": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_initialized_in_class", | |
| "is_property", | |
| "is_ready" | |
| ], | |
| "fullname": null, | |
| "name": "node", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "node of UUID", | |
| "ret_type": "builtins.int", | |
| "variables": [] | |
| } | |
| } | |
| } | |
| }, | |
| "time": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "Decorator", | |
| "func": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "flags": [ | |
| "is_property", | |
| "is_decorated" | |
| ], | |
| "fullname": "uuid.UUID.time", | |
| "name": "time", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "time of UUID", | |
| "ret_type": "builtins.int", | |
| "variables": [] | |
| } | |
| }, | |
| "is_overload": false, | |
| "var": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_initialized_in_class", | |
| "is_property", | |
| "is_ready" | |
| ], | |
| "fullname": null, | |
| "name": "time", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "time of UUID", | |
| "ret_type": "builtins.int", | |
| "variables": [] | |
| } | |
| } | |
| } | |
| }, | |
| "time_hi_version": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "Decorator", | |
| "func": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "flags": [ | |
| "is_property", | |
| "is_decorated" | |
| ], | |
| "fullname": "uuid.UUID.time_hi_version", | |
| "name": "time_hi_version", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "time_hi_version of UUID", | |
| "ret_type": "builtins.int", | |
| "variables": [] | |
| } | |
| }, | |
| "is_overload": false, | |
| "var": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_initialized_in_class", | |
| "is_property", | |
| "is_ready" | |
| ], | |
| "fullname": null, | |
| "name": "time_hi_version", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "time_hi_version of UUID", | |
| "ret_type": "builtins.int", | |
| "variables": [] | |
| } | |
| } | |
| } | |
| }, | |
| "time_low": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "Decorator", | |
| "func": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "flags": [ | |
| "is_property", | |
| "is_decorated" | |
| ], | |
| "fullname": "uuid.UUID.time_low", | |
| "name": "time_low", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "time_low of UUID", | |
| "ret_type": "builtins.int", | |
| "variables": [] | |
| } | |
| }, | |
| "is_overload": false, | |
| "var": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_initialized_in_class", | |
| "is_property", | |
| "is_ready" | |
| ], | |
| "fullname": null, | |
| "name": "time_low", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "time_low of UUID", | |
| "ret_type": "builtins.int", | |
| "variables": [] | |
| } | |
| } | |
| } | |
| }, | |
| "time_mid": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "Decorator", | |
| "func": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "flags": [ | |
| "is_property", | |
| "is_decorated" | |
| ], | |
| "fullname": "uuid.UUID.time_mid", | |
| "name": "time_mid", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "time_mid of UUID", | |
| "ret_type": "builtins.int", | |
| "variables": [] | |
| } | |
| }, | |
| "is_overload": false, | |
| "var": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_initialized_in_class", | |
| "is_property", | |
| "is_ready" | |
| ], | |
| "fullname": null, | |
| "name": "time_mid", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "time_mid of UUID", | |
| "ret_type": "builtins.int", | |
| "variables": [] | |
| } | |
| } | |
| } | |
| }, | |
| "urn": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "Decorator", | |
| "func": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "flags": [ | |
| "is_property", | |
| "is_decorated" | |
| ], | |
| "fullname": "uuid.UUID.urn", | |
| "name": "urn", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "urn of UUID", | |
| "ret_type": "builtins.str", | |
| "variables": [] | |
| } | |
| }, | |
| "is_overload": false, | |
| "var": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_initialized_in_class", | |
| "is_property", | |
| "is_ready" | |
| ], | |
| "fullname": null, | |
| "name": "urn", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "urn of UUID", | |
| "ret_type": "builtins.str", | |
| "variables": [] | |
| } | |
| } | |
| } | |
| }, | |
| "variant": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "Decorator", | |
| "func": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "flags": [ | |
| "is_property", | |
| "is_decorated" | |
| ], | |
| "fullname": "uuid.UUID.variant", | |
| "name": "variant", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "variant of UUID", | |
| "ret_type": "builtins.str", | |
| "variables": [] | |
| } | |
| }, | |
| "is_overload": false, | |
| "var": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_initialized_in_class", | |
| "is_property", | |
| "is_ready" | |
| ], | |
| "fullname": null, | |
| "name": "variant", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "variant of UUID", | |
| "ret_type": "builtins.str", | |
| "variables": [] | |
| } | |
| } | |
| } | |
| }, | |
| "version": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Mdef", | |
| "node": { | |
| ".class": "Decorator", | |
| "func": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "flags": [ | |
| "is_property", | |
| "is_decorated" | |
| ], | |
| "fullname": "uuid.UUID.version", | |
| "name": "version", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "version of UUID", | |
| "ret_type": { | |
| ".class": "UnionType", | |
| "items": [ | |
| "builtins.int", | |
| { | |
| ".class": "NoneType" | |
| } | |
| ] | |
| }, | |
| "variables": [] | |
| } | |
| }, | |
| "is_overload": false, | |
| "var": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_initialized_in_class", | |
| "is_property", | |
| "is_ready" | |
| ], | |
| "fullname": null, | |
| "name": "version", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "self" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": "self" | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "version of UUID", | |
| "ret_type": { | |
| ".class": "UnionType", | |
| "items": [ | |
| "builtins.int", | |
| { | |
| ".class": "NoneType" | |
| } | |
| ] | |
| }, | |
| "variables": [] | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "tuple_type": null, | |
| "type_vars": [], | |
| "typeddict_type": null | |
| } | |
| }, | |
| "_Bytes": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Gdef", | |
| "node": { | |
| ".class": "TypeAlias", | |
| "alias_tvars": [], | |
| "column": 0, | |
| "fullname": "uuid._Bytes", | |
| "line": 8, | |
| "no_args": true, | |
| "normalized": false, | |
| "target": "builtins.bytes" | |
| } | |
| }, | |
| "_FieldsType": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Gdef", | |
| "node": { | |
| ".class": "TypeAlias", | |
| "alias_tvars": [], | |
| "column": 0, | |
| "fullname": "uuid._FieldsType", | |
| "line": 9, | |
| "no_args": false, | |
| "normalized": false, | |
| "target": { | |
| ".class": "TupleType", | |
| "implicit": false, | |
| "items": [ | |
| "builtins.int", | |
| "builtins.int", | |
| "builtins.int", | |
| "builtins.int", | |
| "builtins.int", | |
| "builtins.int" | |
| ], | |
| "partial_fallback": { | |
| ".class": "Instance", | |
| "args": [ | |
| { | |
| ".class": "AnyType", | |
| "missing_import_name": null, | |
| "source_any": null, | |
| "type_of_any": 6 | |
| } | |
| ], | |
| "type_ref": "builtins.tuple" | |
| } | |
| } | |
| } | |
| }, | |
| "_Int": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Gdef", | |
| "node": { | |
| ".class": "TypeAlias", | |
| "alias_tvars": [], | |
| "column": 0, | |
| "fullname": "uuid._Int", | |
| "line": 7, | |
| "no_args": true, | |
| "normalized": false, | |
| "target": "builtins.int" | |
| } | |
| }, | |
| "__doc__": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Gdef", | |
| "node": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_ready" | |
| ], | |
| "fullname": "uuid.__doc__", | |
| "name": "__doc__", | |
| "type": "builtins.str" | |
| } | |
| }, | |
| "__file__": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Gdef", | |
| "node": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_ready" | |
| ], | |
| "fullname": "uuid.__file__", | |
| "name": "__file__", | |
| "type": "builtins.str" | |
| } | |
| }, | |
| "__name__": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Gdef", | |
| "node": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_ready" | |
| ], | |
| "fullname": "uuid.__name__", | |
| "name": "__name__", | |
| "type": "builtins.str" | |
| } | |
| }, | |
| "__package__": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Gdef", | |
| "node": { | |
| ".class": "Var", | |
| "flags": [ | |
| "is_ready" | |
| ], | |
| "fullname": "uuid.__package__", | |
| "name": "__package__", | |
| "type": "builtins.str" | |
| } | |
| }, | |
| "getnode": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Gdef", | |
| "node": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [], | |
| "arg_names": [], | |
| "flags": [], | |
| "fullname": "uuid.getnode", | |
| "name": "getnode", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [], | |
| "arg_names": [], | |
| "arg_types": [], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": null | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "getnode", | |
| "ret_type": "builtins.int", | |
| "variables": [] | |
| } | |
| } | |
| }, | |
| "sys": { | |
| ".class": "SymbolTableNode", | |
| "cross_ref": "sys", | |
| "kind": "Gdef", | |
| "module_hidden": true, | |
| "module_public": false | |
| }, | |
| "uuid1": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Gdef", | |
| "node": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 1, | |
| 1 | |
| ], | |
| "arg_names": [ | |
| "node", | |
| "clock_seq" | |
| ], | |
| "flags": [], | |
| "fullname": "uuid.uuid1", | |
| "name": "uuid1", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 1, | |
| 1 | |
| ], | |
| "arg_names": [ | |
| "node", | |
| "clock_seq" | |
| ], | |
| "arg_types": [ | |
| { | |
| ".class": "UnionType", | |
| "items": [ | |
| "builtins.int", | |
| { | |
| ".class": "NoneType" | |
| } | |
| ] | |
| }, | |
| { | |
| ".class": "UnionType", | |
| "items": [ | |
| "builtins.int", | |
| { | |
| ".class": "NoneType" | |
| } | |
| ] | |
| } | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": null | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "uuid1", | |
| "ret_type": "uuid.UUID", | |
| "variables": [] | |
| } | |
| } | |
| }, | |
| "uuid3": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Gdef", | |
| "node": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0, | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "namespace", | |
| "name" | |
| ], | |
| "flags": [], | |
| "fullname": "uuid.uuid3", | |
| "name": "uuid3", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0, | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "namespace", | |
| "name" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID", | |
| "builtins.str" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": null | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "uuid3", | |
| "ret_type": "uuid.UUID", | |
| "variables": [] | |
| } | |
| } | |
| }, | |
| "uuid4": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Gdef", | |
| "node": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [], | |
| "arg_names": [], | |
| "flags": [], | |
| "fullname": "uuid.uuid4", | |
| "name": "uuid4", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [], | |
| "arg_names": [], | |
| "arg_types": [], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": null | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "uuid4", | |
| "ret_type": "uuid.UUID", | |
| "variables": [] | |
| } | |
| } | |
| }, | |
| "uuid5": { | |
| ".class": "SymbolTableNode", | |
| "kind": "Gdef", | |
| "node": { | |
| ".class": "FuncDef", | |
| "arg_kinds": [ | |
| 0, | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "namespace", | |
| "name" | |
| ], | |
| "flags": [], | |
| "fullname": "uuid.uuid5", | |
| "name": "uuid5", | |
| "type": { | |
| ".class": "CallableType", | |
| "arg_kinds": [ | |
| 0, | |
| 0 | |
| ], | |
| "arg_names": [ | |
| "namespace", | |
| "name" | |
| ], | |
| "arg_types": [ | |
| "uuid.UUID", | |
| "builtins.str" | |
| ], | |
| "bound_args": [], | |
| "def_extras": { | |
| "first_arg": null | |
| }, | |
| "fallback": "builtins.function", | |
| "implicit": false, | |
| "is_ellipsis_args": false, | |
| "name": "uuid5", | |
| "ret_type": "uuid.UUID", | |
| "variables": [] | |
| } | |
| } | |
| } | |
| }, | |
| "path": "/Users/dmcclanahan/tools/pex/.tox/typecheck/lib/python3.8/site-packages/mypy/typeshed/stdlib/2and3/uuid.pyi" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "data_mtime": 1600673528, | |
| "dep_lines": [ | |
| 3, | |
| 4, | |
| 1, | |
| 1 | |
| ], | |
| "dep_prios": [ | |
| 10, | |
| 5, | |
| 5, | |
| 30 | |
| ], | |
| "dependencies": [ | |
| "sys", | |
| "typing", | |
| "builtins", | |
| "abc" | |
| ], | |
| "hash": "338beb1adcb9696f6313ae346bf19e0f914b060347b7763682ee0e084f962fa7", | |
| "id": "uuid", | |
| "ignore_all": true, | |
| "interface_hash": "a8ece22674180feba28ce79d3b240b3caa1a539581ff93b75796bd85ac0c6620", | |
| "mtime": 1600515426, | |
| "options": { | |
| "allow_redefinition": false, | |
| "allow_untyped_globals": false, | |
| "always_false": [], | |
| "always_true": [], | |
| "bazel": false, | |
| "check_untyped_defs": false, | |
| "disallow_any_decorated": false, | |
| "disallow_any_explicit": false, | |
| "disallow_any_expr": false, | |
| "disallow_any_generics": false, | |
| "disallow_any_unimported": false, | |
| "disallow_incomplete_defs": false, | |
| "disallow_subclassing_any": false, | |
| "disallow_untyped_calls": false, | |
| "disallow_untyped_decorators": false, | |
| "disallow_untyped_defs": false, | |
| "follow_imports": "normal", | |
| "follow_imports_for_stubs": false, | |
| "ignore_errors": false, | |
| "ignore_missing_imports": false, | |
| "implicit_reexport": false, | |
| "local_partial_types": false, | |
| "mypyc": false, | |
| "no_implicit_optional": true, | |
| "platform": "darwin", | |
| "plugins": [], | |
| "show_none_errors": true, | |
| "strict_equality": true, | |
| "strict_optional": true, | |
| "strict_optional_whitelist": null, | |
| "warn_no_return": true, | |
| "warn_return_any": true, | |
| "warn_unreachable": true, | |
| "warn_unused_ignores": false | |
| }, | |
| "path": "/Users/dmcclanahan/tools/pex/.tox/typecheck/lib/python3.8/site-packages/mypy/typeshed/stdlib/2and3/uuid.pyi", | |
| "plugin_data": null, | |
| "size": 3507, | |
| "suppressed": [], | |
| "version_id": "0.782" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment