This website requires JavaScript.
Explore
Help
Sign In
afonso
/
core-extra
Watch
1
Star
0
Fork
You've already forked core-extra
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
8fed201fd8
core-extra
/
daemon
/
core
/
emulator
History
Blake Harnden
f95a8113c9
added type hinting to nodes/network.py class variables
2020-05-25 11:17:28 -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
changes to support better type checking for retrieving an arbitrary node from a session, get_node now requires an expected class that the node would be an instance of, if the returned node is not an instance a CoreError is thrown, this also helps editors pick up expected types to account for variable/function usage better as well
2020-05-20 14:44:34 -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
moved ConfigShim to being under tlv, updated RegisterTlvs to use enums directly in non tlv code
2020-03-22 14:59:42 -07:00
session.py
added type hinting to nodes/network.py class variables
2020-05-25 11:17:28 -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