Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
56
class
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