MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / load_tuple

Method load_tuple

tools/python-3.11.9-amd64/Lib/pickle.py:1430–1432  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1428 dispatch[SHORT_BINUNICODE[0]] = load_short_binunicode
1429
1430 def load_tuple(self):
1431 items = self.pop_mark()
1432 self.append(tuple(items))
1433 dispatch[TUPLE[0]] = load_tuple
1434
1435 def load_empty_tuple(self):

Callers

nothing calls this directly

Calls 3

pop_markMethod · 0.95
tupleClass · 0.85
appendMethod · 0.45

Tested by

no test coverage detected