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

Method __init__

gui/patternEditor.py:38–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36
37class DmgPatternNameValidator(BaseValidator):
38 def __init__(self):
39 BaseValidator.__init__(self)
40
41 def Clone(self):
42 return DmgPatternNameValidator()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected