1882
|
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: ...
|