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

Method __init__

gui/targetProfileEditor.py:58–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56class TargetProfileNameValidator(BaseValidator):
57
58 def __init__(self):
59 BaseValidator.__init__(self)
60
61 def Clone(self):
62 return TargetProfileNameValidator()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected