MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / SetEditorValidator

Method SetEditorValidator

gui/builtinViews/entityEditor.py:75–77  ·  view source on GitHub ↗

Sets validator class (not an instance of the class)

(self, validator=None)

Source from the content-addressed store, hash-verified

73 self.refreshEntityList(selected=selected)
74
75 def SetEditorValidator(self, validator=None):
76 """ Sets validator class (not an instance of the class) """
77 self.validator = validator
78
79 def getEntitiesFromContext(self):
80 """ Gets list of entities from current context """

Callers 4

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected