We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pstats
1 parent 3e71efb commit 8e718d4Copy full SHA for 8e718d4
stdlib/pstats.pyi
@@ -30,7 +30,6 @@ if sys.version_info >= (3, 9):
30
31
@dataclass(unsafe_hash=True)
32
class FunctionProfile:
33
- # Note: the annotation in the CPython codebase is "int", but the annotation in CPython is wrong! See #8712
34
ncalls: str
35
tottime: float
36
percall_tottime: float
0 commit comments