Home
last modified time | relevance | path

Searched refs:_namedtuple (Results 1 – 4 of 4) 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')
/external/python/cpython3/Lib/
Ddifflib.py34 from collections import namedtuple as _namedtuple unknown
37 Match = _namedtuple('Match', 'a b size')
D_pydecimal.py161 from collections import namedtuple as _namedtuple unknown
162 DecimalTuple = _namedtuple('DecimalTuple', 'sign digits exponent')