Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_type_comments.py231 def parse_all(self, source, minver=lowest, maxver=highest, expected_regex=""): member in TypeCommentTests
/third_party/rust/crates/clap/clap_derive/src/
Dattr.rs25 pub fn parse_all(all_attrs: &[Attribute]) -> Result<Vec<Self>, syn::Error> { in parse_all() method