Home
last modified time | relevance | path

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

/dports/science/py-pymol/pymol-open-source-2.4.0/layer5/
H A DTestPyMOL.h22 int TestPyMOLRun(PyMOLGlobals * G, int group, int test);
H A DTestPyMOL.cpp289 int TestPyMOLRun(PyMOLGlobals * G, int group, int test) in TestPyMOLRun() function
H A DPyMOL.cpp2930 PYMOL_API_LOCK TestPyMOLRun(I->G, group, test); in PyMOL_RunTest() local
/dports/science/py-pymol/pymol-open-source-2.4.0/layer4/
H A DCmd.cpp5967 ok = TestPyMOLRun(G, group, code); in CmdTest()