2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-27 07:02:15 +00:00

This commit was manufactured by cvs2svn to create tag

'merged_to_RC_1_32_0'.

[SVN r26255]
This commit is contained in:
nobody
2004-11-19 14:17:03 +00:00
parent 92ff4ab76f
commit 275e5ee6ad
44 changed files with 6103 additions and 6431 deletions

View File

@@ -3,9 +3,7 @@
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
"""
>>> from const_argument_ext import *
>>> accept_const_arg_noproto(1)
1
>>> accept_const_arg_with_proto(1)
>>> accept_const_arg(1)
1
"""