Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ getInstance
Method
getInstance
service/port/port.py:58–62 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
56
57
@classmethod
58
def
getInstance(cls):
59
if
cls.instance is None:
60
cls.instance = Port()
61
62
return
cls.instance
63
64
@classmethod
65
def
set_tag_replace(cls, b):
Callers
15
fetchPrices
Method · 0.45
fetchPrices
Method · 0.45
fetchPrices
Method · 0.45
fetchPrices
Method · 0.45
exportESI
Function · 0.45
importESI
Function · 0.45
getTestSet
Method · 0.45
getWeaponBonusMultipliers
Method · 0.45
exportEfs
Method · 0.45
importXml
Function · 0.45
fetchItem
Function · 0.45
exportMultiBuy
Function · 0.45
Calls
1
Port
Class · 0.85
Tested by
no test coverage detected