MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / update

Method update

pager_lib/pyasn1/type/univ.py:2300–2304  ·  view source on GitHub ↗
(self, *iterValue, **mappingValue)

Source from the content-addressed store, hash-verified

2298 yield self._dynamicNames[idx], self[idx]
2299
2300 def update(self, *iterValue, **mappingValue):
2301 for k, v in iterValue:
2302 self[k] = v
2303 for k in mappingValue:
2304 self[k] = mappingValue[k]
2305
2306 def clear(self):
2307 """Remove all components and become an empty |ASN.1| value object.

Callers 15

encodeValueMethod · 0.45
__call__Method · 0.45
decoder.pyFile · 0.45
encodeValueMethod · 0.45
encodeValueMethod · 0.45
encoder.pyFile · 0.45
decoder.pyFile · 0.45
encoder.pyFile · 0.45
__init__Method · 0.45
cloneMethod · 0.45
__init__Method · 0.45
cloneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected