Searched refs:makeTypeError (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/ |
D | _bsddb.c | 732 static void makeTypeError(char* expected, PyObject* found) in makeTypeError() function 751 makeTypeError("DBTxn", txnobj); in checkTxnObj() 1614 makeTypeError("DB", (PyObject*)secondaryDB); in DB_associate() 1622 makeTypeError("Callable", callback); in DB_associate() 2735 makeTypeError("Callable", comparator); in DB_set_bt_compare() 2849 makeTypeError("Callable", comparator); in DB_set_dup_compare() 7273 makeTypeError("Callable", notifyFunc); in DBEnv_set_event_notify() 7421 makeTypeError("Callable", rep_transport); in DBEnv_rep_set_transport() 9525 makeTypeError("DBEnv", dbenvobj); in DB_construct() 9551 makeTypeError("DB", dbobj); in DBSequence_construct()
|