New test demonstrates how to use them. The user-defined extensions cannot be used in the same file where they were declared because the `initialize` commands are only executed when we import the modules containing them. TODO: user-defined attributes.
6 lines
92 B
Text
6 lines
92 B
Text
import UserExt.BlaExt
|
|
import UserExt.FooExt
|
|
|
|
insert_foo test
|
|
insert_bla defg
|
|
insert_bla hij
|