Home
last modified time | relevance | path

Searched refs:makeTypeError (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
D_bsddb.c732 static void makeTypeError(char* expected, PyObject* found) in makeTypeError() function
751 makeTypeError("DBTxn", txnobj); in checkTxnObj()
1597 makeTypeError("DB", (PyObject*)secondaryDB); in DB_associate()
1605 makeTypeError("Callable", callback); in DB_associate()
2711 makeTypeError("Callable", comparator); in DB_set_bt_compare()
2825 makeTypeError("Callable", comparator); in DB_set_dup_compare()
7249 makeTypeError("Callable", notifyFunc); in DBEnv_set_event_notify()
7397 makeTypeError("Callable", rep_transport); in DBEnv_rep_set_transport()
9501 makeTypeError("DBEnv", dbenvobj); in DB_construct()
9527 makeTypeError("DB", dbobj); in DBSequence_construct()