¡@

Home 

python Programming Glossary: self.apply

who can tell me what can call the built-in functions in next code

http://stackoverflow.com/questions/1983199/who-can-tell-me-what-can-call-the-built-in-functions-in-next-code

return self.im.getbbox is not None def __abs__ self return self.apply abs self def __pos__ self return self def __neg__ self return.. self def __pos__ self return self def __neg__ self return self.apply neg self # binary operators def __add__ self other return self.apply.. neg self # binary operators def __add__ self other return self.apply add self other def __radd__ self other return self.apply add..