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

Method __init__

gui/builtinViews/entityEditor.py:7–8  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5
6class BaseValidator(wx.Validator):
7 def __init__(self):
8 wx.Validator.__init__(self)
9
10 def Validate(self, win):
11 raise NotImplementedError()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected