MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / tzinfo.py

File tzinfo.py

tests/test_code/py/pytz/tzinfo.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'''Base classes and helpers for building zone specific tzinfo classes'''
2
3from datetime import datetime, timedelta, tzinfo
4from bisect import bisect_right

Callers

nothing calls this directly

Calls 1

memorized_timedeltaFunction · 0.85

Tested by

no test coverage detected