mirror of
https://github.com/boostorg/python.git
synced 2026-01-25 18:32:24 +00:00
- Fixed a inheritance bug, and added a test for it.
[SVN r18251]
This commit is contained in:
8
pyste/example/inherit.pyste
Normal file
8
pyste/example/inherit.pyste
Normal file
@@ -0,0 +1,8 @@
|
||||
# Doesn't work:
|
||||
A = Template('A', 'inherit.h')
|
||||
A_int = A('int')
|
||||
|
||||
Class('B', 'inherit.h')
|
||||
|
||||
# Does work:
|
||||
#AllFromHeader('inherit.h')
|
||||
Reference in New Issue
Block a user