Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ get_rawdata
Method
get_rawdata
service/jargon/jargon.py:32–33 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
30
return
self._data.get(term.lower())
31
32
def
get_rawdata(self) -> dict:
33
return
self._rawdata
34
35
def
apply(self, query_words):
36
parts = []
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected