Home | History | Annotate | Download | only in tools

Lines Matching refs:stripped

1371   stripped = [ c.strip() for c in s.split('/') ]
1372 return [ Pattern(s) for s in stripped if len(s) > 0 ]