HomeSort by relevance Sort by last modified time
    Searched defs:namedTypes (Results 1 - 2 of 2) sorted by null

  /external/python/pyasn1/pyasn1/type/
namedtype.py 14 'NamedTypes']
116 class NamedTypes(object):
119 The NamedTypes object represents a collection of named fields of a constructed ASN.1 type.
121 *NamedTypes* objects are immutable and duck-type Python :class:`dict` objects
126 *namedTypes: :class:`~pyasn1.type.namedtype.NamedType`
143 componentType = NamedTypes(
153 def __init__(self, *namedTypes, **kwargs):
154 self.__namedTypes = namedTypes
247 if isinstance(tagMap, NamedTypes.PostponedError):
253 return NamedTypes.PostponedError('Duplicate component tag %s at %s' % (_tagSet, namedType)
    [all...]
  /external/mockito/lib/
byte-buddy-1.8.15.jar 

Completed in 69 milliseconds