Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pometry/Raphtory
/ name
Method
name
raphtory/src/python/graph/node.rs:168–170 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
166
/// str: The id of the node as a string.
167
#[getter]
168
pub fn name(&self) -> String {
169
self.node.name()
170
}
171
172
/// Returns the earliest time that the node exists.
173
///
Callers
15
test_search_nodes_for_node_name_eq
Function · 0.45
test_search_nodes_for_node_name_ne
Function · 0.45
test_search_nodes_for_node_name_is_in
Function · 0.45
test_search_nodes_for_node_name_is_not_in
Function · 0.45
test_search_nodes_for_node_name_fuzzy_match
Function · 0.45
test_search_edges_for_src_eq
Function · 0.45
test_search_edges_for_src_ne
Function · 0.45
test_search_edges_for_src_is_in
Function · 0.45
test_search_edges_for_src_is_not_in
Function · 0.45
test_search_edges_for_src_fuzzy_match
Function · 0.45
test_search_edges_for_dst_eq
Function · 0.45
test_search_edges_for_dst_ne
Function · 0.45
Calls
3
clone
Method · 0.45
into
Method · 0.45
map
Method · 0.45
Tested by
15
test_search_nodes_for_node_name_eq
Function · 0.36
test_search_nodes_for_node_name_ne
Function · 0.36
test_search_nodes_for_node_name_is_in
Function · 0.36
test_search_nodes_for_node_name_is_not_in
Function · 0.36
test_search_nodes_for_node_name_fuzzy_match
Function · 0.36
test_search_edges_for_src_eq
Function · 0.36
test_search_edges_for_src_ne
Function · 0.36
test_search_edges_for_src_is_in
Function · 0.36
test_search_edges_for_src_is_not_in
Function · 0.36
test_search_edges_for_src_fuzzy_match
Function · 0.36
test_search_edges_for_dst_eq
Function · 0.36
test_search_edges_for_dst_ne
Function · 0.36