2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 05:02:17 +00:00

str(), pow(), complex() support

[SVN r14070]
This commit is contained in:
Dave Abrahams
2002-06-02 18:35:09 +00:00
parent b042644c85
commit 92aae63af2
5 changed files with 110 additions and 6 deletions

View File

@@ -86,7 +86,9 @@ namespace
"add__",
"and__",
"div__",
"divmod__",
"eq__",
"floordiv__",
"ge__",
"gt__",
"le__",
@@ -96,19 +98,25 @@ namespace
"mul__",
"ne__",
"or__",
"pow__",
"radd__",
"rand__",
"rdiv__",
"rdivmod__",
"rfloordiv__",
"rlshift__",
"rmod__",
"rmul__",
"ror__",
"rpow__",
"rrshift__",
"rshift__",
"rsub__",
"rtruediv__",
"rxor__",
"sub__",
"xor__",
"truediv__",
"xor__"
};
struct less_cstring