Searched defs:FFIError (Results 1 – 3 of 3) sorted by relevance
2 class FFIError(Exception): class
22 pub enum FFIError { enum27 impl fmt::Display for FFIError { implementation
342 static PyObject *FFIError; variable