HomeSort by relevance Sort by last modified time
    Searched refs:is_dbmobject (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/Modules/
gdbmmodule.c 39 #define is_dbmobject(v) (Py_TYPE(v) == &Dbmtype) macro
246 if (dp == NULL || !is_dbmobject(dp)) {
dbmmodule.c 42 #define is_dbmobject(v) (Py_TYPE(v) == &Dbmtype) macro
  /external/python/cpython3/Modules/
_gdbmmodule.c 47 #define is_dbmobject(v) (Py_TYPE(v) == &Dbmtype) macro
277 if (self == NULL || !is_dbmobject(self)) {
_dbmmodule.c 47 #define is_dbmobject(v) (Py_TYPE(v) == &Dbmtype) macro

Completed in 564 milliseconds