Show More
@@ -353,9 +353,9 b' class InputSplitter(object):' | |||
|
353 | 353 | ------- |
|
354 | 354 | is_complete : boolean |
|
355 | 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 | |
|
357 | this value is also stored as a private attribute (_is_complete), so it | |
|
358 | can be queried at any time. | |
|
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 | |
|
358 | can be queried at any time. | |
|
359 | 359 | """ |
|
360 | 360 | if self.input_mode == 'cell': |
|
361 | 361 | self.reset() |
General Comments 0
You need to be logged in to leave comments.
Login now