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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user