Searched refs:PyRun_SimpleString (Results 1 – 3 of 3) sorted by relevance
154 # undef PyRun_SimpleString228 # define PyRun_SimpleString dll_PyRun_SimpleString macro981 PyRun_SimpleString("import sys; sys.path = filter(lambda x: x != '/must>not&exist', sys.path)"); in Python_Init()
198 #undef PyRun_SimpleString199 # define PyRun_SimpleString py3_PyRun_SimpleString macro1120 …PyRun_SimpleString("import vim; import sys; sys.path = list(filter(lambda x: not x.endswith('must>… in Python3_Init()
1657 int (*simple)(char*) = dlsym(pylib, "PyRun_SimpleString");1703 int (*simple)(char*) = dlsym(pylib, "PyRun_SimpleString");