Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion trio/_core/_mock_clock.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def deadline_to_sleep_time(self, deadline: float) -> float:
else:
return 999999999

def jump(self, seconds) -> None:
def jump(self, seconds: float) -> None:
"""Manually advance the clock by the given number of seconds.

Args:
Expand Down
11 changes: 5 additions & 6 deletions trio/_tests/verify_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"warningCount": 0
},
"typeCompleteness": {
"completenessScore": 0.9170653907496013,
"completenessScore": 0.9186602870813397,
"exportedSymbolCounts": {
"withAmbiguousType": 0,
"withKnownType": 575,
"withUnknownType": 52
"withKnownType": 576,
"withUnknownType": 51
},
"ignoreUnknownTypesFromImports": true,
"missingClassDocStringCount": 1,
Expand Down Expand Up @@ -46,12 +46,11 @@
],
"otherSymbolCounts": {
"withAmbiguousType": 3,
"withKnownType": 600,
"withUnknownType": 63
"withKnownType": 602,
"withUnknownType": 61
},
"packageName": "trio",
"symbols": [
"trio._core._mock_clock.MockClock.jump",
"trio._core._run.Nursery.start",
"trio._core._run.Nursery.start_soon",
"trio._core._run.TaskStatus.__repr__",
Expand Down