mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
Update datetime.md
This commit is contained in:
parent
34f3845c9f
commit
b778104a42
@ -78,4 +78,7 @@ class timedelta:
|
||||
def __le__(self, other: 'timedelta') -> bool: ...
|
||||
def __gt__(self, other: 'timedelta') -> bool: ...
|
||||
def __ge__(self, other: 'timedelta') -> bool: ...
|
||||
|
||||
class timezone:
|
||||
def __init__(self, delta: timedelta): ...
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user