MCPcopy Create free account
hub / github.com/apache/arrow / guid

Function guid

python/pyarrow/util.py:205–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203
204
205def guid():
206 from uuid import uuid4
207 return uuid4().hex
208
209
210def _break_traceback_cycle_from_frame(frame):

Callers 15

write_to_datasetFunction · 0.90
sample_disk_dataFunction · 0.90
test_memory_map_writerFunction · 0.90
test_memory_map_resizeFunction · 0.90
test_memory_zero_lengthFunction · 0.90
test_os_file_writerFunction · 0.90
test_os_file_raw_fdFunction · 0.90
test_native_file_modesFunction · 0.90

Calls

no outgoing calls

Tested by 15

sample_disk_dataFunction · 0.72
test_memory_map_writerFunction · 0.72
test_memory_map_resizeFunction · 0.72
test_memory_zero_lengthFunction · 0.72
test_os_file_writerFunction · 0.72
test_os_file_raw_fdFunction · 0.72
test_native_file_modesFunction · 0.72