blob: 687c72ff6ba3988151096ad032173ee8aa8798ab [file] [log] [blame]
from typing import Any
class RemovableHandle:
def __init__(self, hooks_dict: Any) -> None: ...
def remove(self) -> None: ...
def __enter__(self): ...
def __exit__(self, type: Any, value: Any, tb: Any) -> None: ...