mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Add constructor to CellType (#9399)
This commit is contained in:
@@ -68,6 +68,9 @@ _V_co = TypeVar("_V_co", covariant=True)
|
||||
|
||||
@final
|
||||
class _Cell:
|
||||
if sys.version_info >= (3, 8):
|
||||
def __init__(self, __contents: object = ...) -> None: ...
|
||||
|
||||
__hash__: ClassVar[None] # type: ignore[assignment]
|
||||
cell_contents: Any
|
||||
|
||||
|
||||
Reference in New Issue
Block a user