Lines Matching full:_namedtuple
36 from collections import namedtuple as _namedtuple39 Match = _namedtuple('Match', 'a b size')