MCPcopy Create free account
hub / github.com/ccxt/ccxt / skip

Method skip

python/ccxt/static_dependencies/msgpack/fallback.py:581–583  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

579 next = __next__
580
581 def skip(self):
582 self._unpack(EX_SKIP)
583 self._consume()
584
585 def unpack(self):
586 try:

Callers

nothing calls this directly

Calls 2

_unpackMethod · 0.95
_consumeMethod · 0.95

Tested by

no test coverage detected