MCPcopy
hub / github.com/DedSecInside/TorBot / _to_json

Method _to_json

torbot/modules/linktree.py:99–101  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

97 f.write(json_data)
98
99 def _to_json(self) -> str:
100 json_data = self.to_json()
101 return json.dumps(json.loads(json_data), indent=2)
102
103 def showJSON(self) -> None:
104 """

Callers 2

saveJSONMethod · 0.95
showJSONMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected