MCPcopy Index your code
hub / github.com/python/cpython / format

Method format

Lib/multiprocessing/shared_memory.py:494–498  ·  view source on GitHub ↗

The struct packing format used by all currently stored items.

(self)

Source from the content-addressed store, hash-verified

492
493 @property
494 def format(self):
495 "The struct packing format used by all currently stored items."
496 return "".join(
497 self._get_packing_format(i) for i in range(self._list_len)
498 )
499
500 @property
501 def _format_size_metainfo(self):

Callers 15

recvfdsFunction · 0.45
join_threadMethod · 0.45
mainFunction · 0.45
deliver_challengeFunction · 0.45
answer_challengeFunction · 0.45
convert_to_errorFunction · 0.45
__init__Method · 0.45
createMethod · 0.45
decrefMethod · 0.45
get_serverMethod · 0.45
startMethod · 0.45
__enter__Method · 0.45

Calls 2

_get_packing_formatMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected