mirror of
https://github.com/boostorg/python.git
synced 2026-01-26 06:42:27 +00:00
no message
[SVN r12845]
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
<td><code>python_type</code>
|
||||
|
||||
<td>A compile-time constant <code><a
|
||||
href="http://www.python.org/doc/current/ext/dnt-type-methods.html">PyTypeObject</a>*</code>
|
||||
href="http://www.python.org/doc/2.2/ext/dnt-type-methods.html">PyTypeObject</a>*</code>
|
||||
|
||||
<td>The Python type of instances convertible by this
|
||||
converter. Python subtypes are also convertible.
|
||||
@@ -213,7 +213,7 @@ Member& execute(Class& c);
|
||||
<h2><a name="examples"></a>Example</h2>
|
||||
|
||||
This example presumes that someone has implemented the standard <a
|
||||
href="http://www.python.org/doc/current/ext/dnt-basics.html">noddy
|
||||
href="http://www.python.org/doc/2.2/ext/dnt-basics.html">noddy
|
||||
example module</a> from the Python documentation, and we want to build
|
||||
a module which manipulates <code>Noddy</code>s. Since
|
||||
<code>noddy_NoddyObject</code> is so simple that it carries no
|
||||
|
||||
Reference in New Issue
Block a user