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

Method get_cep

test/postmon_test.py:76–77  ·  view source on GitHub ↗
(self, cep)

Source from the content-addressed store, hash-verified

74 self.tracker = CepTracker.CepTracker()
75
76 def get_cep(self, cep):
77 return self.tracker.track(cep)
78
79 def assertCep(self, cep):
80

Callers 1

assertCepMethod · 0.95

Calls 1

trackMethod · 0.45

Tested by

no test coverage detected