MCPcopy Index your code
hub / github.com/PostmonAPI/postmon / get_one

Method get_one

database.py:25–26  ·  view source on GitHub ↗
(self, cep, **kwargs)

Source from the content-addressed store, hash-verified

23 self._db = self._client.postmon
24
25 def get_one(self, cep, **kwargs):
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)

Callers 2

verifica_cepFunction · 0.80

Calls

no outgoing calls

Tested by 1