Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_setup
Method · 0.95
_create_access_token
Method · 0.95
ask
Method · 0.95
save_data
Method · 0.95
cli_chat
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected