Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddlmodule.c20 } dlobject; typedef
29 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*/
/external/python/cpython2/Doc/library/
Ddl.rst40 Return value is a :class:`dlobject`.