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

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Lib/Foundation/
H A D_nsindexset.py12 def __add__(self, value): function
23 ('__add__', __add__),
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Lib/Foundation/
H A D_nsindexset.py12 def __add__(self, value): function
23 ('__add__', __add__),
/macosx-10.9.5/swig-10/Lib/octave/
H A Doctopers.swg22 // __add__ a + b
45 %rename(__add__) *::operator+;
46 %rename(__add__) *::operator+();
47 %rename(__add__) *::operator+() const;
/macosx-10.9.5/swig-10/Lib/perl5/
H A Dperlopers.swg10 %rename(__add__) *::operator+;
/macosx-10.9.5/swig-10/Lib/ruby/
H A Drubyopers.swg7 %rename(__add__) *::operator+;
/macosx-10.9.5/swig-10/Lib/python/
H A Dpyopers.swg10 %pybinoperator(__add__, *::operator+);
/macosx-10.9.5/swig-10/Lib/std/
H A Dstd_basic_string.i240 %newobject __add__;
244 std::basic_string<_CharT,_Traits,_Alloc >* __add__(const basic_string& v) {
/macosx-10.9.5/swig-10/Lib/lua/
H A Dlua.swg58 // python likes to call it '__add__'
59 // Assuming most SWIGers will probably use the __add__ if they extend their classes
63 // another is to rename __add__() to __add()
119 // this means that if a developer has written a fn __add__()
121 %rename(__add) *::__add__;
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/core/
H A Dcvalue.py90 def __add__(self, other): member in class:value
154 result = self.__add__(other)
/macosx-10.9.5/swig-10/Lib/allegrocl/
H A Dallegrocl.swg224 %rename(__add__) *::operator+;
/macosx-10.9.5/swig-10/Lib/chicken/
H A Dchicken.swg690 %rename(__add__) *::operator+;

Completed in 193 milliseconds