2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 17:52:17 +00:00
Files
python/example/test_std_pair.py
nobody 3cbd15aa7e This commit was manufactured by cvs2svn to create tag
'dwa-prelicense'.

[SVN r35235]
2006-09-20 21:59:04 +00:00

4 lines
67 B
Python

import std_pair_ext
assert std_pair_ext.foo() == (3, 5)
print "OK"