Searched defs:ignore_str (Results 1 – 2 of 2) sorted by relevance
82 fn ignore_str(&mut self) -> Result<()>; in ignore_str() method340 fn ignore_str(&mut self) -> Result<()> { in ignore_str() function542 fn ignore_str(&mut self) -> Result<()> { in ignore_str() method674 fn ignore_str(&mut self) -> Result<()> { in ignore_str() method750 fn ignore_str(&mut self) -> Result<()> { in ignore_str() function
803 static PyObject *ignore_str = NULL; in create_filter() local