Show More
@@ -353,9 +353,9 b' class InputSplitter(object):' | |||||
353 | ------- |
|
353 | ------- | |
354 | is_complete : boolean |
|
354 | is_complete : boolean | |
355 | True if the current input source (the result of the current input |
|
355 | True if the current input source (the result of the current input | |
356 | plus prior inputs) forms a complete Python execution block. Note that |
|
356 | plus prior inputs) forms a complete Python execution block. Note that | |
357 | this value is also stored as a private attribute (_is_complete), so it |
|
357 | this value is also stored as a private attribute (``_is_complete``), so it | |
358 | can be queried at any time. |
|
358 | can be queried at any time. | |
359 | """ |
|
359 | """ | |
360 | if self.input_mode == 'cell': |
|
360 | if self.input_mode == 'cell': | |
361 | self.reset() |
|
361 | self.reset() |
General Comments 0
You need to be logged in to leave comments.
Login now