We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019d451 commit 8d3357aCopy full SHA for 8d3357a
Lib/zoneinfo/__init__.py
@@ -26,4 +26,4 @@ def __getattr__(name):
26
27
28
def __dir__():
29
- return sorted(__all__)
+ return sorted(list(globals()) + ["TZPATH"])
0 commit comments