Replies: 1 comment
-
See #2040 for newer discussion on this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hand-waving, I have this:
So, those ellipsis make mypy unhappy, but how do I express "these may not be present, but if they are, they must be ints, or TZInfo in the case of
tzinfo
"?Note, this is explicitly not what I want, since it's not valid to pass None for these:
Beta Was this translation helpful? Give feedback.
All reactions