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.
9 lines
121 B
Text
9 lines
121 B
Text
import UserExt.FooExt
|
|
import UserExt.BlaExt
|
|
|
|
insert_foo hello
|
|
insert_foo world
|
|
show_foo_set
|
|
|
|
insert_bla abc
|
|
show_bla_set
|