Searched refs:lookupDict (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dif_py_both.h300 VimToPython(typval_T *our_tv, int depth, PyObject *lookupDict) argument
314 /* Check if we run into a recursive loop. The item must be in lookupDict
322 result = PyDict_GetItemString(lookupDict, ptrBuf);
360 PyDict_SetItemString(lookupDict, ptrBuf, result);
364 newObj = VimToPython(&curr->li_tv, depth + 1, lookupDict);
381 PyDict_SetItemString(lookupDict, ptrBuf, result);
390 newObj = VimToPython(&di->di_tv, depth + 1, lookupDict);

Completed in 69 milliseconds