针对pulse-transit的工具
This commit is contained in:
9
dist/client/pandas/_libs/properties.pyi
vendored
Normal file
9
dist/client/pandas/_libs/properties.pyi
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# pyright: reportIncompleteStub = false
|
||||
from typing import Any
|
||||
|
||||
# note: this is a lie to make type checkers happy (they special
|
||||
# case property). cache_readonly uses attribute names similar to
|
||||
# property (fget) but it does not provide fset and fdel.
|
||||
cache_readonly = property
|
||||
|
||||
def __getattr__(name: str) -> Any: ... # incomplete
|
||||
Reference in New Issue
Block a user