ZFS Automatic Snapshot Daemon
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
26 KiB

{".class": "MypyFile", "_fullname": "asyncio.locks", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AbstractEventLoop": {".class": "SymbolTableNode", "cross_ref": "asyncio.events.AbstractEventLoop", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Awaitable": {".class": "SymbolTableNode", "cross_ref": "typing.Awaitable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BoundedSemaphore": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.locks.Semaphore"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.locks.BoundedSemaphore", "name": "BoundedSemaphore", "type_vars": []}, "flags": [], "fullname": "asyncio.locks.BoundedSemaphore", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "asyncio.locks", "mro": ["asyncio.locks.BoundedSemaphore", "asyncio.locks.Semaphore", "asyncio.locks._ContextManagerMixin", "asyncio.futures.Future", "typing.Awaitable", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["self", "value", "loop"], "flags": [], "fullname": "asyncio.locks.BoundedSemaphore.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["self", "value", "loop"], "arg_types": ["asyncio.locks.BoundedSemaphore", "builtins.int", {".class": "UnionType", "items": ["asyncio.events.AbstractEventLoop", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BoundedSemaphore", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Condition": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.locks._ContextManagerMixin"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.locks.Condition", "name": "Condition", "type_vars": []}, "flags": [], "fullname": "asyncio.locks.Condition", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "asyncio.locks", "mro": ["asyncio.locks.Condition", "asyncio.locks._ContextManagerMixin", "asyncio.futures.Future", "typing.Awaitable", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["self", "lock", "loop"], "flags": [], "fullname": "asyncio.locks.Condition.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["self", "lock", "loop"], "arg_types": ["asyncio.locks.Condition", {".class": "UnionType", "items": ["asyncio.locks.Lock", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["asyncio.events.AbstractEventLoop", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Condition", "ret_type": {".class": "NoneType"}, "variables": []}}}, "acquire": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_coroutine"], "fullname": "asyncio.locks.Condition.acquire", "name": "acquire", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.locks.Condition"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "