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

Merge from trunk

[SVN r39533]
This commit is contained in:
Nicola Musatti
2007-09-25 22:53:44 +00:00
parent 230abf23c3
commit 7b2c5f8526
12 changed files with 182 additions and 131 deletions

View File

@@ -4,8 +4,8 @@
"""
>>> from pytype_function_ext import *
>>> print (' ').join(func.__doc__.splitlines())
func( (A)arg1) -> A : C++ signature: struct B func(struct B)
>>> print func.__doc__.splitlines()[1]
func( (A)arg1) -> A :
"""
def run(args = None):