Home
last modified time | relevance | path

Searched defs:TestMe (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/hyper/src/common/
Ddrain.rs110 struct TestMe { struct
111 draining: bool,
112 finished: bool,
113 poll_cnt: usize,
116 impl Future for TestMe { implementation
/external/python/enum34/enum/
Dtest.py1815 class TestMe(unittest.TestCase): class