Home
last modified time | relevance | path

Searched defs:DurationError (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-0.17.3/src/
H A Dclock_time.rs169 pub struct DurationError; struct
171 impl fmt::Display for DurationError { implementation
177 impl std::error::Error for DurationError {} implementation
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-0.17.4/src/
H A Dclock_time.rs169 pub struct DurationError; struct
171 impl fmt::Display for DurationError { implementation
177 impl std::error::Error for DurationError {} implementation
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-0.17.1/src/
H A Dclock_time.rs169 pub struct DurationError; struct
171 impl fmt::Display for DurationError { implementation
177 impl std::error::Error for DurationError {} implementation
/dports/devel/py-cheetah3/Cheetah3-3.2.6/Cheetah/Tests/
H A DPerformance.py26 class DurationError(AssertionError): class
/dports/print/scribus-devel/scribus-1.5.7/codegen/cheetah/Cheetah/Tests/
H A DPerformance.py24 class DurationError(AssertionError): class
/dports/textproc/py-markdown2/markdown2-2.3.6/test/
H A Dtestlib.py121 class DurationError(AssertionError): pass class
/dports/devel/py-pydantic/pydantic-1.8.2/pydantic/
H A Derrors.py445 class DurationError(PydanticValueError): class