Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pometry/Raphtory
/ inner
Method
inner
raphtory-api/src/python/timeindex.rs:194–196 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
192
193
impl PyEventTime {
194
pub fn inner(&self) -> EventTime {
195
self.time
196
}
197
198
pub fn new(time: EventTime) -> Self {
199
Self { time }
Callers
9
produce_record_batch
Function · 0.45
internal_add_update
Method · 0.45
internal_delete_edge
Method · 0.45
local_pos
Method · 0.45
resolve_layer
Method · 0.45
resolve_and_update_node_and_type
Method · 0.45
resolve_node_and_type
Method · 0.45
atomic_add_edge
Method · 0.45
from
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected