Searched defs:unselect (Results 1 – 2 of 2) sorted by relevance
| /external/rust/crates/futures/tests_disabled/ |
| D | all.rs | 9 fn unselect<T, E, A, B>(r: Result<Either<(T, B), (T, A)>, Either<(E, B), (E, A)>>) -> Result<T, E> { in unselect() function
|
| /external/python/cpython3/Lib/ |
| D | imaplib.py | 906 def unselect(self): member in IMAP4
|