Files @ ad7ab7027907
Branch filter:

Location: light9/stubs/usb/_objfinalizer.pyi - annotation

drewp@bigasterisk.com
clean up non-elements; get the lit elements at least to work with autoformat
# Stubs for usb._objfinalizer (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from typing import Any

class _AutoFinalizedObjectBase:
    def __new__(cls, *args: Any, **kwargs: Any): ...
    def finalize(self) -> None: ...
    def __del__(self) -> None: ...

class AutoFinalizedObject(_AutoFinalizedObjectBase):
    def __new__(cls, *args: Any, **kwargs: Any): ...
    def finalize(self) -> None: ...

class AutoFinalizedObject(_AutoFinalizedObjectBase):
    def finalize(self) -> None: ...