Home
last modified time | relevance | path

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

/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DObjectDist.h61 PyObject *ObjectDistAsPyList(ObjectDist * I);
H A DObjectDist.cpp187 PyObject *ObjectDistAsPyList(ObjectDist * I) in ObjectDistAsPyList() function
/dports/science/py-pymol/pymol-open-source-2.4.0/layer3/
H A DExecutive.cpp5303 PyList_SetItem(result, 5, ObjectDistAsPyList((ObjectDist *) rec->obj)); in ExecutiveGetExecObjectAsPyList()