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

Method get_one_uf

database.py:28–29  ·  view source on GitHub ↗
(self, sigla, **kwargs)

Source from the content-addressed store, hash-verified

26 return self._db.ceps.find_one({'cep': cep}, **kwargs)
27
28 def get_one_uf(self, sigla, **kwargs):
29 return self._db.ufs.find_one({'sigla': sigla}, **kwargs)
30
31 def get_one_cidade(self, sigla_uf_nome_cidade, **kwargs):
32 spec = {'sigla_uf_nome_cidade': sigla_uf_nome_cidade}

Callers 1

_get_estado_infoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected