MCPcopy Create free account
hub / github.com/Pometry/Raphtory / items

Method items

raphtory/src/python/graph/properties/props.rs:170–172  ·  view source on GitHub ↗

Get a list of key-value pairs Returns: list[Tuple[str, PropValue]]:

(&self)

Source from the content-addressed store, hash-verified

168 /// Returns:
169 /// list[Tuple[str, PropValue]]:
170 pub fn items(&self) -> Vec<(ArcStr, Prop)> {
171 self.props.as_vec()
172 }
173
174 /// Get a view of the temporal properties only.
175 ///

Callers 15

clean_signatureFunction · 0.45
gen_classFunction · 0.45
sort_by_gql_name_or_idFunction · 0.45
assert_has_propertiesFunction · 0.45
assert_has_metadataFunction · 0.45
init_nodes_graphFunction · 0.45
init_nodes_graph1Function · 0.45
init_nodes_graph2Function · 0.45
sort_lists_in_structureFunction · 0.45
sort_dictFunction · 0.45
test_graphFunction · 0.45

Calls 7

as_vecMethod · 0.80
collectMethod · 0.45
into_iterMethod · 0.45
keysMethod · 0.45
mapMethod · 0.45
getMethod · 0.45
valuesMethod · 0.45

Tested by 15

sort_lists_in_structureFunction · 0.36
sort_dictFunction · 0.36
test_graphFunction · 0.36
test_same_time_eventFunction · 0.36
history_testFunction · 0.36
time_history_testFunction · 0.36
test_decimal_propertyFunction · 0.36
test_edge_historyFunction · 0.36