Home
last modified time | relevance | path

Searched defs:is_syntax (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_codeop.py49 def assertInvalid(self, str, symbol='single', is_syntax=1): argument
/external/python/cpython3/Lib/test/
Dtest_codeop.py50 def assertInvalid(self, str, symbol='single', is_syntax=1): argument
/external/rust/crates/serde_cbor/src/
Derror.rs161 pub fn is_syntax(&self) -> bool { in is_syntax() method
/external/rust/crates/serde_json/src/
Derror.rs81 pub fn is_syntax(&self) -> bool { in is_syntax() method