mirror of
https://github.com/nasa/trick.git
synced 2025-01-02 19:36:45 +00:00
8d314fa1b1
Closes #1144
5 lines
77 B
Python
5 lines
77 B
Python
sandbox.foo.i = 5
|
|
assert sandbox.foo.i == 5
|
|
foo = trick.Foo()
|
|
trick.stop(10)
|