天成1 发表于 2018-8-14 12:46:55

python collections模块中namedtuple()

In : from collections import  
            Callable      Hashable      Mapping         namedtuple      ValuesView      _field_template _itemgetter
  
            Container       ItemsView       MappingView   OrderedDict   _abcoll         _get_ident      _repeat
  
            Counter         Iterable      MutableMappingSequence      _chain          _heapq          _repr_template
  
            defaultdict   Iterator      MutableSequence Set             _class_template _imap         _starmap
  
            deque         KeysView      MutableSet      Sized         _eq             _iskeyword      _sys
页: [1]
查看完整版本: python collections模块中namedtuple()