Home
last modified time | relevance | path

Searched refs:_namedtuple (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Ddifflib.py34 from collections import namedtuple as _namedtuple unknown
37 Match = _namedtuple('Match', 'a b size')
Ddecimal.py143 from collections import namedtuple as _namedtuple unknown
144 DecimalTuple = _namedtuple('DecimalTuple', 'sign digits exponent')