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

Method _request

IbgeTracker.py:16–19  ·  view source on GitHub ↗
(self, url)

Source from the content-addressed store, hash-verified

14 '/areaterritorial/area.php?nome=%'
15
16 def _request(self, url):
17 response = requests.post(url)
18 response.raise_for_status()
19 return response.text
20
21 def _get_info_ufs(self, siglas):
22 texto = self._request(self.url_ufs)

Callers 2

_get_info_ufsMethod · 0.95
_get_info_cidadesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected