MCPcopy Create free account
hub / github.com/pywebio/PyWebIO / result

Method result

demos/chatgpt.py:35–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 return self
34
35 def result(self):
36 return ''.join(self.yielded)
37
38
39class ChatGPT:

Callers 4

_askMethod · 0.80
messagesMethod · 0.80
mainFunction · 0.80
_wakeupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected