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

Method allocate_bytes2

Lib/test/test_tracemalloc.py:206–207  ·  view source on GitHub ↗
(size)

Source from the content-addressed store, hash-verified

204 def test_get_traces_intern_traceback(self):
205 # dummy wrappers to get more useful and identical frames in the traceback
206 def allocate_bytes2(size):
207 return allocate_bytes(size)
208 def allocate_bytes3(size):
209 return allocate_bytes2(size)
210 def allocate_bytes4(size):

Callers

nothing calls this directly

Calls 1

allocate_bytesFunction · 0.85

Tested by

no test coverage detected