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

merged from trunk

[SVN r18264]
This commit is contained in:
Dave Abrahams
2003-04-16 14:32:58 +00:00
parent 88e7049a5b
commit 8678283629
4 changed files with 58 additions and 0 deletions

View File

@@ -1,6 +1,11 @@
'''
>>> from shared_ptr_ext import *
>>> a = New(1)
>>> A.call_f(a)
1
>>> New(0)
>>> type(factory(3))
<class 'shared_ptr_ext.Y'>
>>> type(factory(42))