Home | History | Annotate | Download | only in codereview

Lines Matching refs:ws

639 	ws = None
646 if ws == None:
647 ws = white
650 for i in range(min(len(white), len(ws))+1):
651 if white[0:i] == ws[0:i]:
653 ws = common
654 if ws == '':
656 if ws == None:
662 if line.startswith(ws):
663 line = line[len(ws):]