Skip to content

Commit

Permalink
Update timestamps.pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
davetapley authored Nov 10, 2023
1 parent 94df875 commit f1358ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pandas-stubs/_libs/tslibs/timestamps.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,6 @@ class Timestamp(datetime):
def days_in_month(self) -> int: ...
@property
def daysinmonth(self) -> int: ...
@property
def unit(self) -> str: ...
def as_unit(self, unit: str, round_ok: bool = ...) -> Timestamp: ...

0 comments on commit f1358ec

Please sign in to comment.