mirror of
https://github.com/nasa/trick.git
synced 2024-12-24 15:26:41 +00:00
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)
|