diff --git a/special.html b/special.html index 22ed7d04..13bc9617 100644 --- a/special.html +++ b/special.html @@ -18,17 +18,13 @@ special method names supported by real Python class instances except:
__del__ (an oversight, to be corrected soon - but
- don't worry, your underlying C++ objects are still properly destroyed!)
__r<name>__ "reversed operand"
numeric methods, and
__complex__
std::map<std::size_t,std::string> as follows:
__r<name>__
+__r<name>__
functions?@@ -386,7 +382,7 @@ if (PyInstance_Check(r)) { ...
- Previous: Function Overloading Next: Inheritance Next: A Peek Under the Hood Up: Top