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