MCPcopy Create free account
hub / github.com/OpenCodeInterpreter/OpenCodeInterpreter / __init__

Method __init__

demo/chatbot.py:112–113  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

110
111class InputFunctionVisitor(ast.NodeVisitor):
112 def __init__(self):
113 self.found_input = False
114
115 def visit_Call(self, node):
116 if isinstance(node.func, ast.Name) and node.func.id == 'input':

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected