MCPcopy Create free account
hub / github.com/PostmonAPI/postmon / _track_ufs

Method _track_ufs

IbgeTracker.py:66–69  ·  view source on GitHub ↗
(self, db, siglas)

Source from the content-addressed store, hash-verified

64 return infos
65
66 def _track_ufs(self, db, siglas):
67 infos = self._get_info_ufs(siglas)
68 for info in infos:
69 db.insert_or_update_uf(info)
70
71 def _track_cidades(self, db):
72 infos = self._get_info_cidades()

Callers 1

trackMethod · 0.95

Calls 2

_get_info_ufsMethod · 0.95
insert_or_update_ufMethod · 0.80

Tested by

no test coverage detected