MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / frame_id

Method frame_id

flow-plugins/src/utils/frame.rs:20–22  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

18impl PyFrame {
19 #[getter(frame_id)]
20 fn frame_id(&self) -> usize {
21 self.inner.frame_id as usize
22 }
23 fn get_meta(&self) -> &Py<PyDict> {
24 &self.meta
25 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected