This website requires JavaScript.
Explore
Help
Sign In
F5
/
unison
Watch
1
Star
0
Fork
0
You've already forked unison
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
804ddc729e236733cd43e655fe3d818d69e66d63
unison
/
bindings
/
python
/
ns3
/
__init__.py
8 lines
82 B
Python
Raw
Normal View
History
Unescape
Escape
python bindings
2008-07-08 10:43:58 -07:00
from
_ns3
import
*
Make sure to call ns3.Simulator.Destroy() before python exit to avoid segmentation faults on program exit.
2009-01-27 14:18:55 +00:00
import
atexit
atexit
.
register
(
Simulator
.
Destroy
)
del
atexit
python bindings
2008-07-08 10:43:58 -07:00
Reference in New Issue
Copy Permalink