2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 17:52:17 +00:00
[SVN r15841]
This commit is contained in:
Joel de Guzman
2002-10-10 07:18:22 +00:00
parent 1d5fb97981
commit 51264c30cc

View File

@@ -43,7 +43,7 @@ the construct:</p>
</span><span class=special>;
</span></pre></code>
<p>
can be used to expose it to Python. The new enum type is created in the
can be used to expose to Python. The new enum type is created in the
current <tt>scope()</tt>, which is usually the current module. The snippet above
creates a Python class derived from Python's <tt>int</tt> type which is
associated with the C++ type passed as its first parameter.</p>