Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/
Dtagmap.py4 def __init__(self, posMap={}, negMap={}, defType=None): argument
5 self.__posMap = posMap.copy()
37 posMap = self.__posMap.copy()
39 if uniq and k in posMap:
41 posMap[k] = parentType
47 posMap, negMap, defType,