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

Method getEntitiesFromContext

gui/builtinViews/entityEditor.py:79–81  ·  view source on GitHub ↗

Gets list of entities from current context

(self)

Source from the content-addressed store, hash-verified

77 self.validator = validator
78
79 def getEntitiesFromContext(self):
80 """ Gets list of entities from current context """
81 raise NotImplementedError()
82
83 def DoNew(self, name):
84 """Override method to do new entity logic. Must return the new entity"""

Callers 1

refreshEntityListMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected