MCPcopy 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
28def _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
36def format_result(result):

Callers 1

verifica_cepFunction · 0.85

Calls 2

trackMethod · 0.95
CepTrackerClass · 0.90

Tested by

no test coverage detected