Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ SetCallback
Method
SetCallback
gui/builtinShipBrowser/sfBrowserItem.py:43–44 ·
view source on GitHub ↗
(self, callback)
Source
from the content-addressed store, hash-verified
41
return
self.show
42
43
def
SetCallback(self, callback):
44
self.callback = callback
45
46
def
GetCallback(self):
47
return
self.callback
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected