- def GetText(self,arg0,arg1,arg2,arg3,arg4,arg5):
- val = lseditorc.wxsLSEditorPlugin_GetText(self.this,arg0,arg1,arg2,arg3,arg4,arg5)
+ def GetText(self, *_args, **_kwargs):
+ val = apply(lseditorc.wxsLSEditorPlugin_GetText,(self,) + _args, _kwargs)