2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-30 20:12:37 +00:00
[SVN r13798]
This commit is contained in:
Dave Abrahams
2002-05-10 09:38:07 +00:00
parent 09046c53ef
commit 3b000f080e

View File

@@ -34,7 +34,7 @@
<p>
<code>&lt;boost/python/call_method.hpp&gt;</code> defines the <a
href="#call_method-spec"><code>call_method</code></a> family of overloaded function
templates, used to invoke Python callable objects from C++.
templates, used to invoke callable attributes of Python objects from C++.
<h2><a name="functions"></a>Functions</h2>
<pre>
@@ -131,7 +131,7 @@ BOOST_PYTHON_MODULE_INIT(my_module)
</pre>
<p>Revised
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
9 May, 2002 <!-- Luann's birthday! -->
10 May, 2002
<!--webbot bot="Timestamp" endspan i-checksum="39359" -->
</p>
<p><i>&copy; Copyright <a href="../../../../people/dave_abrahams.htm">Dave Abrahams</a>