Lines Matching refs:strip
57 from string import expandtabs, find, join, lower, split, strip, rfind, rstrip
88 lines = split(strip(doc), '\n')
197 while line[:1] == '#' or not strip(line):
200 line = strip(line)
205 while not strip(line):
208 result = strip(split(line, '"""')[0])
611 version = strip(version[11:-1])
1121 version = strip(version[11:-1])
1767 request = strip(replace(request, '"', '', "'", ''))
1782 request = request.strip()
1873 pager(strip(doc) + '\n')