Home
last modified time | relevance | path

Searched refs:is_continuation (Results 1 – 1 of 1) sorted by relevance

/trunk/main/solenv/bin/
H A Dthrowspec.py136 def is_continuation(text, i): function
148 or (m[i] == CODE and (text[i].isspace() or is_continuation(text, i))))