mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
A new shade of Black (#11362)
This commit is contained in:
@@ -430,6 +430,7 @@ if sys.version_info < (3, 11):
|
||||
varargs: str | None
|
||||
keywords: str | None
|
||||
defaults: tuple[Any, ...]
|
||||
|
||||
def getargspec(func: object) -> ArgSpec: ...
|
||||
|
||||
class FullArgSpec(NamedTuple):
|
||||
|
||||
Reference in New Issue
Block a user