Home
last modified time | relevance | path

Searched refs:get_groups (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_graphlib.py202 def get_groups(ts): function
223 self.assertEqual(list(get_groups(ts)), list(get_groups(ts2)))
/third_party/rust/crates/clap/src/builder/
H A Ddebug_asserts.rs276 for group in cmd.get_groups() {
285 cmd.get_groups().filter(|x| x.id == group.id).count() < 2,
H A Dcommand.rs3448 pub fn get_groups(&self) -> impl Iterator<Item = &ArgGroup> { in get_groups() functions
/third_party/rust/crates/clap/src/output/
H A Dusage.rs175 if self.cmd.get_groups().any(|g| g.id == grp_s && g.required) { in needs_options_tag()
/third_party/rust/crates/clap/src/parser/
H A Darg_matcher.rs29 let groups = _cmd.get_groups().map(|g| g.get_id().clone());

Completed in 7 milliseconds