7626:7f643d41464e | 7628:f904d0eef264 |
---|---|
596 last_lineno_pos = start | 596 last_lineno_pos = start |
597 if "@@Coding@@" not in dictionary: | 597 if "@@Coding@@" not in dictionary: |
598 dictionary["@@Coding@@"] = ClbrBaseClasses.Coding( | 598 dictionary["@@Coding@@"] = ClbrBaseClasses.Coding( |
599 module, file, lineno, coding) | 599 module, file, lineno, coding) |
600 | 600 |
601 else: | |
602 assert 0, "regexp _getnext found something unexpected" | |
603 | |
604 return dictionary | 601 return dictionary |