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

Method register

graphs/data/base/graph.py:37–39  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

35
36 @classmethod
37 def register(cls):
38 FitGraph.views.append(cls)
39 FitGraph.viewMap[cls.internalName] = cls
40
41 def __init__(self):
42 # Format: {(fit ID, target type, target ID): {(xSpec, ySpec): (xs, ys)}}

Callers 10

__init__.pyFile · 0.45
__init__.pyFile · 0.45
__init__.pyFile · 0.45
__init__.pyFile · 0.45
__init__.pyFile · 0.45
__init__.pyFile · 0.45
__init__.pyFile · 0.45
__init__.pyFile · 0.45
__init__.pyFile · 0.45
__init__.pyFile · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected