Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ getSecStatus
Method
getSecStatus
service/esi.py:121–124 ·
view source on GitHub ↗
(self, id)
Source
from the content-addressed store, hash-verified
119
return
resp.json()
120
121
def
getSecStatus(self, id):
122
char = self.getSsoCharacter(id)
123
resp = super().getSecStatus(char)
124
return
resp.json()
125
126
def
getFittings(self, id):
127
char = self.getSsoCharacter(id)
Callers
1
run
Method · 0.45
Calls
1
getSsoCharacter
Method · 0.95
Tested by
no test coverage detected