mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +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)
|