Searched refs:VimToPython (Results 1 – 4 of 4) sorted by relevance
725 VimToPython(typval_T *our_tv, int depth, PyObject *lookup_dict) in VimToPython() function795 if (!(newObj = VimToPython(&curr->li_tv, depth + 1, lookup_dict))) in VimToPython()838 if (!(newObj = VimToPython(&di->di_tv, depth + 1, lookup_dict))) in VimToPython()925 ret = VimToPython(our_tv, 1, lookup_dict); in VimEval()
2632 cb.append("> VimToPython")2889 > VimToPython
2820 cb.append("> VimToPython")3077 > VimToPython
16380 Problem: Python: No error handling for VimToPython function.