Home | History | Annotate | Download | only in python2.7

Lines Matching full:_namedtuple

36 from collections import namedtuple as _namedtuple
39 Match = _namedtuple('Match', 'a b size')