Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
def
_get_estado_info(db, sigla):
57
sigla = sigla.upper()
58
return
db.get_one_uf(sigla, fields={
'_id'
: False,
'sigla'
: False})
59
60
61
def
_get_cidade_info(db, sigla_uf, nome_cidade):
Callers
2
verifica_cep
Function · 0.85
uf
Function · 0.85
Calls
1
get_one_uf
Method · 0.80
Tested by
no test coverage detected