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

Method on_port_processing

tests/test_unread_desc.py:52–54  ·  view source on GitHub ↗
(self, action, data=None)

Source from the content-addressed store, hash-verified

50class PortUser(IPortUser):
51
52 def on_port_processing(self, action, data=None):
53 print(data)
54 return True
55
56
57#stpw = Stopwatch('test measurementer')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected