Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dcrypt.py6 from collections import namedtuple as _namedtuple unknown
13 class _Method(_namedtuple('_Method', 'name ident salt_chars total_size')):
Ddifflib.py34 from collections import namedtuple as _namedtuple unknown
36 Match = _namedtuple('Match', 'a b size')
D_pydecimal.py158 from collections import namedtuple as _namedtuple unknown
159 DecimalTuple = _namedtuple('DecimalTuple', 'sign digits exponent')
/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')