Commit d6cc08ec authored by Jeremy Hylton's avatar Jeremy Hylton

output files for tests

parent 7e02bbc4
test_MultiMapping
1
2
3
2
{'spam': 3}
{'spam': 1, 'eggs': 2}
test_acquisition
A() red
A() green
A()
\ No newline at end of file
test_binding
<type 'Python Method'>
called bar() (1, 2, 3) {'name': 'spam'}
test_explicit_acquisition
A red
A green
A
\ No newline at end of file
test_func_attr
Trying function wo attributes
Trying method wo attributes
Trying setting function attribute
Trying function w attributes
Trying method w attributes
Trying method getattr
test_method_hook
give us a hook, hook, hook...
C() () {}
give us a hook, hook, hook...
C() (1, 2, 3) {}
give us a hook, hook, hook...
C() (1, 2) {'spam': 'eggs'}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment