comparison stubs/usb/_objfinalizer.pyi @ 1882:5c1b662c0263

stub updates Ignore-this: 1c3a7199c6f2b6e85fd40c2d6bd2613c
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 28 May 2019 06:42:27 +0000
parents
children
comparison
equal deleted inserted replaced
1881:baae0bdfde74 1882:5c1b662c0263
1 # Stubs for usb._objfinalizer (Python 3)
2 #
3 # NOTE: This dynamically typed stub was automatically generated by stubgen.
4
5 from typing import Any
6
7 class _AutoFinalizedObjectBase:
8 def __new__(cls, *args: Any, **kwargs: Any): ...
9 def finalize(self) -> None: ...
10 def __del__(self) -> None: ...
11
12 class AutoFinalizedObject(_AutoFinalizedObjectBase):
13 def __new__(cls, *args: Any, **kwargs: Any): ...
14 def finalize(self) -> None: ...
15
16 class AutoFinalizedObject(_AutoFinalizedObjectBase):
17 def finalize(self) -> None: ...