MCPcopy
hub / github.com/rawandahmad698/PyChatGPT / log

Method log

src/pychatgpt/main.py:64–66  ·  view source on GitHub ↗
(self, inout)

Source from the content-addressed store, hash-verified

62 f.write("")
63
64 def log(self, inout):
65 if self.options is not None and self.options.log:
66 print(inout, file=sys.stderr)
67
68 def _setup(self):
69 if self.options is not None:

Callers 5

_setupMethod · 0.95
_create_access_tokenMethod · 0.95
askMethod · 0.95
save_dataMethod · 0.95
cli_chatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected