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

Method markedPosition

pager_lib/pyasn1/codec/streaming.py:54–61  ·  view source on GitHub ↗

Position where the currently processed element starts. This is used for back-tracking in SingleItemDecoder.__call__ and (indefLen)ValueDecoder and should not be used for other purposes. The client is not supposed to ever seek before this position.

(self)

Source from the content-addressed store, hash-verified

52
53 @property
54 def markedPosition(self):
55 """Position where the currently processed element starts.
56
57 This is used for back-tracking in SingleItemDecoder.__call__
58 and (indefLen)ValueDecoder and should not be used for other purposes.
59 The client is not supposed to ever seek before this position.
60 """
61 return self._markedPosition
62
63 @markedPosition.setter
64 def markedPosition(self, value):

Callers

nothing calls this directly

Calls 2

tellMethod · 0.80
readMethod · 0.45

Tested by

no test coverage detected