Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ _test
Function
_test
tests/test_code/py/pytz/__init__.py:508–512 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
506
507
508
def
_test():
509
import
doctest
510
sys.path.insert(0, os.pardir)
511
import
pytz
512
return
doctest.testmod(pytz)
513
514
515
if
__name__ ==
'__main__'
:
Callers
1
__init__.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected