Searched refs:dlobject (Results 1 – 2 of 2) sorted by relevance
20 } dlobject; typedef29 dlobject *xp; in newdlobject()30 xp = PyObject_New(dlobject, &Dltype); in newdlobject()38 dl_dealloc(dlobject *xp) in dl_dealloc()46 dl_close(dlobject *xp) in dl_close()57 dl_sym(dlobject *xp, PyObject *args) in dl_sym()77 dl_call(dlobject *xp, PyObject *args) in dl_call()140 dl_getattr(dlobject *xp, char *name) in dl_getattr()149 sizeof(dlobject), /*tp_basicsize*/
40 Return value is a :class:`dlobject`.