mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Add default values for third-party stubs beginning with 'P' (#9957)
This commit is contained in:
@@ -5,6 +5,6 @@ import arrow
|
||||
class DateMathException(Exception): ...
|
||||
|
||||
def parse(
|
||||
expression: str, now: arrow.Arrow | None = ..., tz: str = ..., type: str | None = ..., roundDown: bool = ...
|
||||
expression: str, now: arrow.Arrow | None = None, tz: str = "UTC", type: str | None = None, roundDown: bool = True
|
||||
) -> arrow.Arrow: ...
|
||||
def __getattr__(name: str) -> Incomplete: ...
|
||||
|
||||
Reference in New Issue
Block a user