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

/macosx-10.10/swig-12/Source/Modules/
H A Dpython.cxx3249 String *pass_self = NewString(""); local
3261 Printv(pass_self, tab8, NIL);
3262 Printf(pass_self, "if self.__class__ == %s:\n", classname);
3263 //Printv(pass_self, tab8, tab4, "args = (None,) + args\n", tab8, "else:\n", tab8, tab4, "args = (self,) + args\n", NIL);
3264 Printv(pass_self, tab8, tab4, "_self = None\n", tab8, "else:\n", tab8, tab4, "_self = self\n", NIL);
3272 Printv(f_shadow, pass_self, NIL);
3282 Delete(pass_self);

Completed in 69 milliseconds