MCPcopy
hub / github.com/prompt-toolkit/ptpython / main

Function main

examples/python-input.py:7–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6
7def main():
8 prompt = PythonInput()
9
10 text = prompt.app.run()
11 print("You said: " + text)
12
13
14if __name__ == "__main__":

Callers 1

python-input.pyFile · 0.70

Calls 2

PythonInputClass · 0.90
runMethod · 0.80

Tested by

no test coverage detected