(&self)
| 175 | /// OptionalEventTime: The earliest time that the node exists. |
| 176 | #[getter] |
| 177 | pub fn earliest_time(&self) -> PyOptionalEventTime { |
| 178 | self.node.earliest_time().into() |
| 179 | } |
| 180 | |
| 181 | /// Returns the latest time that the node exists. |
| 182 | /// |