2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-20 04:42:28 +00:00
Files
python/example/test_std_pair.py
Ralf W. Grosse-Kunstleve 96e9d6a872 std_pair jam rules and test
[SVN r27876]
2005-03-30 00:36:02 +00:00

4 lines
67 B
Python

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