mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 22:56:55 +08:00
CI: Unpin micro-versions (#10239)
This commit is contained in:
@@ -168,7 +168,10 @@ class Pdb(Bdb, Cmd):
|
||||
def find_function(funcname: str, filename: str) -> tuple[str, str, int] | None: ...
|
||||
def main() -> None: ...
|
||||
def help() -> None: ...
|
||||
def getsourcelines(obj: _SourceObjectType) -> tuple[list[str], int]: ...
|
||||
|
||||
if sys.version_info < (3, 10):
|
||||
def getsourcelines(obj: _SourceObjectType) -> tuple[list[str], int]: ...
|
||||
|
||||
def lasti2lineno(code: CodeType, lasti: int) -> int: ...
|
||||
|
||||
class _rstr(str):
|
||||
|
||||
Reference in New Issue
Block a user