Skip to content

Commit

Permalink
sys.monitoring.restart_events() is no longer undocumented (#10938)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Oct 27, 2023
1 parent 1c184fe commit 77bccbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/sys/_monitoring.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_events(__tool_id: int) -> int: ...
def set_events(__tool_id: int, __event_set: int) -> None: ...
def get_local_events(__tool_id: int, __code: CodeType) -> int: ...
def set_local_events(__tool_id: int, __code: CodeType, __event_set: int) -> int: ...
def restart_events() -> None: ... # undocumented
def restart_events() -> None: ...

DISABLE: object
MISSING: object
Expand Down

0 comments on commit 77bccbe

Please sign in to comment.