source:
downloads/boost_1_34_1/libs/python/pyste/tests/virtual2.pyste
@
45
Last change on this file since 45 was 29, checked in by landauf, 16 years ago | |
---|---|
File size: 291 bytes |
Line | |
---|---|
1 | A = Class('virtual2::A', 'virtual2.h') |
2 | set_policy(A.make_new, return_value_policy(manage_new_object)) |
3 | B = Class('virtual2::B', 'virtual2.h') |
4 | set_policy(B.make_new, return_value_policy(manage_new_object)) |
5 | Function('virtual2::call_fs', 'virtual2.h') |
6 | Function('virtual2::call_f', 'virtual2.h') |
Note: See TracBrowser
for help on using the repository browser.