Forgot I had these finished from last week. Adding them in now.
Testing hub_edit and widget_source
Modified widget_source to do some error checking so it won't crash
Minor: name in registry.keys() will return a list and perform a O(n) search on it, as opposed to name in registry which does a hash table lookup for the key. This will make a performance difference if registry gets larger.
name in registry.keys()
name in registry
registry
LGTM :thumbsup:
2 new commits added
rebased
Pull-Request has been merged by skrzepto
Forgot I had these finished from last week. Adding them in now.
Testing hub_edit and widget_source
Modified widget_source to do some error checking so it won't crash