Home
last modified time | relevance | path

Searched refs:NotEnough (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/chrono/src/format/
Dmod.rs340 NotEnough, enumerator
363 ParseErrorKind::NotEnough => write!(f, "input is not enough for unique date and time"), in fmt()
383 const NOT_ENOUGH: ParseError = ParseError(ParseErrorKind::NotEnough);
/external/python/cpython2/Lib/test/
Dtest_datetime.py78 class NotEnough(tzinfo): class
82 self.assertTrue(issubclass(NotEnough, tzinfo))
83 ne = NotEnough(3, "NotByALongShot")
/external/python/cpython3/Lib/test/
Ddatetimetester.py165 class NotEnough(tzinfo): class
169 self.assertTrue(issubclass(NotEnough, tzinfo))
170 ne = NotEnough(3, "NotByALongShot")