Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PostmonAPI/postmon
/ _standalone
Function
_standalone
IbgeTracker.py:102–105 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
100
101
102
def
_standalone():
103
db = Database()
104
ibge = IbgeTracker()
105
ibge.track(db)
106
107
108
if
__name__ ==
"__main__"
:
Callers
1
IbgeTracker.py
File · 0.70
Calls
2
track
Method · 0.95
IbgeTracker
Class · 0.85
Tested by
no test coverage detected