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

Function _get_estado_info

PostmonServer.py:56–58  ·  view source on GitHub ↗
(db, sigla)

Source from the content-addressed store, hash-verified

54
55
56def _get_estado_info(db, sigla):
57 sigla = sigla.upper()
58 return db.get_one_uf(sigla, fields={'_id': False, 'sigla': False})
59
60
61def _get_cidade_info(db, sigla_uf, nome_cidade):

Callers 2

verifica_cepFunction · 0.85
ufFunction · 0.85

Calls 1

get_one_ufMethod · 0.80

Tested by

no test coverage detected