Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4d3f47 + b221a8f commit 9bdcdf9Copy full SHA for 9bdcdf9
1 file changed
IPython/core/tests/test_inputsplitter.py
@@ -49,10 +49,6 @@ def mini_interactive_loop(input_func):
49
# Test utilities, just for local use
50
#-----------------------------------------------------------------------------
51
52
-def assemble(block):
53
- """Assemble a block into multi-line sub-blocks."""
54
- return ['\n'.join(sub_block)+'\n' for sub_block in block]
55
-
56
57
def pseudo_input(lines):
58
"""Return a function that acts like raw_input but feeds the input list."""
0 commit comments