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 0d7c6da commit 8b32739Copy full SHA for 8b32739
stubs/psutil/METADATA.toml
@@ -1,4 +1,4 @@
1
-version = "6.0.*"
+version = "6.1.*"
2
upstream_repository = "https://github.com/giampaolo/psutil"
3
4
[tool.stubtest]
stubs/psutil/psutil/_pswindows.pyi
@@ -182,7 +182,7 @@ class Process:
182
def send_signal(self, sig) -> None: ...
183
def wait(self, timeout: Incomplete | None = None): ...
184
def username(self): ...
185
- def create_time(self): ...
+ def create_time(self, fast_only: bool = False): ...
186
def num_threads(self): ...
187
def threads(self): ...
188
def cpu_times(self): ...
0 commit comments