MCPcopy Index your code
hub / github.com/RustPython/RustPython / to_secs_f64

Method to_secs_f64

crates/vm/src/function/time.rs:18–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16
17 #[inline]
18 pub fn to_secs_f64(self) -> f64 {
19 self.value
20 }
21}
22
23impl TryFromObject for TimeoutSeconds {

Callers 1

initialize_dbMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected