MCPcopy 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_dataMethod · 0.45
_get_node_id_cacheMethod · 0.45
_get_node_attr_cacheMethod · 0.45
_get_succ_cacheMethod · 0.45
_get_pred_cacheMethod · 0.45
_get_succ_attr_cacheMethod · 0.45
_get_pred_attr_cacheMethod · 0.45
get_neighborsFunction · 0.45
get_neighbors_attrFunction · 0.45
get_node_dataFunction · 0.45

Calls 2

get_sizeMethod · 0.95
get_blockMethod · 0.95

Tested by

no test coverage detected