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.
Callable
object
1 parent eb347f3 commit 3b75f0cCopy full SHA for 3b75f0c
stdlib/sys/_monitoring.pyi
@@ -65,4 +65,4 @@ def restart_events() -> None: ...
65
DISABLE: Final[object]
66
MISSING: Final[object]
67
68
-def register_callback(tool_id: int, event: int, func: Callable[..., Any] | None, /) -> Callable[..., Any] | None: ...
+def register_callback(tool_id: int, event: int, func: Callable[..., object] | None, /) -> Callable[..., Any] | None: ...
0 commit comments