MCPcopy Create free account
hub / github.com/bpython/bpython / cfwp

Method cfwp

bpython/test/test_curtsies_repl.py:44–47  ·  view source on GitHub ↗
(self, source)

Source from the content-addressed store, hash-verified

42 self.repl = create_repl()
43
44 def cfwp(self, source):
45 return interpreter.code_finished_will_parse(
46 source, self.repl.interp.compile
47 )
48
49 def test_code_finished_will_parse(self):
50 self.repl.buffer = ["1 + 1"]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected