Home
last modified time | relevance | path

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

/third_party/rust/crates/tracing/tracing-log/src/
Dlog_tracer.rs243 pub fn ignore_all<I>(self, crates: impl IntoIterator<Item = I>) -> Self in ignore_all() method
/third_party/python/Lib/
Dasyncore.py560 def close_all(map=None, ignore_all=False): argument