mirror of
https://github.com/nasa/trick.git
synced 2025-01-05 12:54:10 +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)
|