Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
205
def
guid():
206
from
uuid
import
uuid4
207
return
uuid4().hex
208
209
210
def
_break_traceback_cycle_from_frame(frame):
Callers
15
write_to_dataset
Function · 0.90
sample_disk_data
Function · 0.90
test_memory_map_writer
Function · 0.90
test_memory_map_resize
Function · 0.90
test_memory_zero_length
Function · 0.90
test_memory_map_close_remove
Function · 0.90
test_memory_map_deref_remove
Function · 0.90
test_os_file_writer
Function · 0.90
test_os_file_raw_fd
Function · 0.90
test_native_file_modes
Function · 0.90
test_native_file_permissions
Function · 0.90
test_native_file_raises_ValueError_after_close
Function · 0.90
Calls
no outgoing calls
Tested by
15
sample_disk_data
Function · 0.72
test_memory_map_writer
Function · 0.72
test_memory_map_resize
Function · 0.72
test_memory_zero_length
Function · 0.72
test_memory_map_close_remove
Function · 0.72
test_memory_map_deref_remove
Function · 0.72
test_os_file_writer
Function · 0.72
test_os_file_raw_fd
Function · 0.72
test_native_file_modes
Function · 0.72
test_native_file_permissions
Function · 0.72
test_native_file_raises_ValueError_after_close
Function · 0.72
test_native_file_TextIOWrapper
Function · 0.72