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.
1 parent 280c71a commit d229d72Copy full SHA for d229d72
libcachesim/synthetic_reader.py
@@ -182,7 +182,7 @@ def get_read_pos(self) -> float:
182
"""Get current read position"""
183
return float(self.current_pos)
184
185
- def get_working_set_size(self) -> Tuple[int, int]:
+ def get_working_set_size(self) -> tuple[int, int]:
186
"""Calculate working set size"""
187
wss_obj, wss_byte = 0, 0
188
if self.current_pos > 0:
0 commit comments