core-extra/daemon/core/emulator
2020-05-29 22:48:00 -07:00
..
__init__.py refactored new apis to sit under the emulator module, also reverted moving files under a legacy module to help avoid breaking code using core internals for 5.0+ 2018-05-01 10:40:25 -07:00
coreemu.py pygui changes to avoid deleting session and open xml race conditions, fix to reset canvas view options when creating a new session 2020-05-01 14:13:44 -07:00
data.py fixed bad type hint for EventData 2020-05-20 23:27:17 -07:00
distributed.py renamed netclient create_interface to set_interface_master to better describe its purpose 2020-05-29 22:07:50 -07:00
emudata.py removed devname from linkconfig as the only usage was of it was using a parametr that was already being passed in 2020-05-23 00:00:40 -07:00
enumerations.py turned transport type usages of raw and virtual across the board to an enumerated type 2020-05-29 22:48:00 -07:00
session.py changes to make rj45 maintain the interface information, instead of trying to be 2 classes at once 2020-05-25 23:18:20 -07:00
sessionconfig.py moved ConfigShim to being under tlv, updated RegisterTlvs to use enums directly in non tlv code 2020-03-22 14:59:42 -07:00