MCPcopy 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
102def _standalone():
103 db = Database()
104 ibge = IbgeTracker()
105 ibge.track(db)
106
107
108if __name__ == "__main__":

Callers 1

IbgeTracker.pyFile · 0.70

Calls 2

trackMethod · 0.95
IbgeTrackerClass · 0.85

Tested by

no test coverage detected