Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/GraphScope
/ get_bytes
Method
get_bytes
python/graphscope/client/archive.py:64–68 ·
view source on GitHub ↗
Peek bytes
(self)
Source
from the content-addressed store, hash-verified
62
return
block
63
64
def
get_bytes(self):
65
""
"Peek bytes"
""
66
size = self.get_size()
67
byt = self.get_block(size).tobytes()
68
return
byt
69
70
def
get_string(self):
71
""
"Peek a string.
Callers
10
get_edge_data
Method · 0.45
_get_node_id_cache
Method · 0.45
_get_node_attr_cache
Method · 0.45
_get_succ_cache
Method · 0.45
_get_pred_cache
Method · 0.45
_get_succ_attr_cache
Method · 0.45
_get_pred_attr_cache
Method · 0.45
get_neighbors
Function · 0.45
get_neighbors_attr
Function · 0.45
get_node_data
Function · 0.45
Calls
2
get_size
Method · 0.95
get_block
Method · 0.95
Tested by
no test coverage detected