MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / __init__

Method __init__

service/port/eft.py:54–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52class MutationExportData:
53
54 def __init__(self):
55 self.reference = 1
56 self.mutants = {}
57
58 def formatMutants(self):
59 mutationLines = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected