Home
last modified time | relevance | path

Searched refs:_json_formatter (Results 1 – 2 of 2) sorted by relevance

/dports/www/py-pyramid/pyramid-1.7.3/pyramid/
H A Dhttpexceptions.py231 self._json_formatter = json_formatter
240 def _json_formatter(self, status, body, title, environ): member in HTTPException
275 jsonbody = self.excobj._json_formatter(
/dports/devel/py-oletools/oletools-0.54.2/oletools/common/log_helper/
H A Dlog_helper.py44 from ._json_formatter import JsonFormatter