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

/macosx-10.10/swig-12/Source/Modules/
H A Dpython.cxx1653 void emitFunctionShadowHelper(Node *n, File *f_dest, String *name, int kw) { argument
1657 Printv(f_dest, "\ndef ", name, "(", parms, ")", returnTypeAnnotation(n), ":\n", NIL);
1659 Printv(f_dest, " ", docstring(n, AUTODOC_FUNC, tab4), "\n", NIL);
1661 Printv(f_dest, pythoncode(pythonprepend(n), " "), "\n", NIL);
1663 Printv(f_dest, " val = ", funcCall(name, callParms), "\n", NIL);
1664 Printv(f_dest, pythoncode(pythonappend(n), " "), "\n", NIL);
1665 Printv(f_dest, " return val\n", NIL);
1667 Printv(f_dest, " return ", funcCall(name, callParms), "\n", NIL);
1672 Printv(f_dest, name, " = ", module, ".", name, "\n", NIL);

Completed in 86 milliseconds