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

Method __init__

gui/characterEditor.py:64–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

62
63class CharacterTextValidor(BaseValidator):
64 def __init__(self):
65 BaseValidator.__init__(self)
66
67 def Clone(self):
68 return CharacterTextValidor()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected