We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_CDataBase.__enter__
1 parent c1001e1 commit f1176dfCopy full SHA for f1176df
1 file changed
stubs/cffi/_cffi_backend.pyi
@@ -68,7 +68,7 @@ class _CDataBase:
68
def __complex__(self) -> complex: ...
69
def __delitem__(self, other, /) -> None: ...
70
def __dir__(self): ...
71
- def __enter__(self): ...
+ def __enter__(self) -> Self: ...
72
def __eq__(self, other, /): ...
73
def __exit__(
74
self, type: type[BaseException] | None, value: BaseException | None, traceback: types.TracebackType | None, /
0 commit comments