You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help() on ZoneInfo methods. Here's how it looks now:
>>> help(zoneinfo.ZoneInfo.clear_cache)
Help on built-in function clear_cache:
clear_cache(...) method of builtins.type instance
Clear the ZoneInfo cache.
Add __text_signature__ property to methods, it is very useful: for example, python/typeshed uses it to be sure that stubs and implementation match
Move all argument parsing to clinic, which is more convenient