MCPcopy
hub / github.com/beeware/toga / _action

Method _action

dummy/src/toga_dummy/utils.py:221–227  ·  view source on GitHub ↗

Record that an action was performed on the object. :param action: The action that was performed :param data: Any data associated with the action.

(self, action, **data)

Source from the content-addressed store, hash-verified

219 return default
220
221 def _action(self, action, **data):
222 """Record that an action was performed on the object.
223
224 :param action: The action that was performed
225 :param data: Any data associated with the action.
226 """
227 EventLog.log(EventLog.ACTION, instance=self, action=action, **data)
228
229
230class TestStyle(BaseStyle):

Callers 15

__init__Method · 0.80
saveMethod · 0.80
set_enabledMethod · 0.80
showMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls 1

logMethod · 0.80

Tested by 2

insert_columnFunction · 0.64
insert_columnFunction · 0.64