Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PostmonAPI/postmon
/ _get_info_from_source
Function
_get_info_from_source
PostmonServer.py:28–33 ·
view source on GitHub ↗
(cep)
Source
from the content-addressed store, hash-verified
26
27
28
def
_get_info_from_source(cep):
29
tracker = CepTracker()
30
info = tracker.track(cep)
31
if
len(info) == 0:
32
raise
ValueError()
33
return
info
34
35
36
def
format_result(result):
Callers
1
verifica_cep
Function · 0.85
Calls
2
track
Method · 0.95
CepTracker
Class · 0.90
Tested by
no test coverage detected