Files
cpython/Objects
Guido van Rossum f21c6be7bd Add call_maybe(): a variant of call_method() that returns
NotImplemented when the lookup fails, and use this for binary
operators.  Also lookup_maybe() which doesn't raise an exception when
the lookup fails (still returning NULL).
2001-09-14 17:51:50 +00:00
..
2000-05-02 18:34:30 +00:00
2001-08-29 23:54:21 +00:00
2001-09-06 21:56:42 +00:00
2001-08-29 23:54:21 +00:00
2001-08-29 23:54:21 +00:00
2001-09-11 19:48:03 +00:00