MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / remove

Method remove

python/workflow.py:524–532  ·  view source on GitHub ↗

``remove`` Remove the specified ``activity``. :param str activity: the Activity to remove :return: True on success, False otherwise :rtype: bool

(self, activity: ActivityType)

Source from the content-addressed store, hash-verified

522 return core.BNWorkflowInsertAfter(self.handle, str(activity), input_list, len(activities))
523
524 def remove(self, activity: ActivityType) -> bool:
525 """
526 ``remove`` Remove the specified ``activity``.
527
528 :param str activity: the Activity to remove
529 :return: True on success, False otherwise
530 :rtype: bool
531 """
532 return core.BNWorkflowRemove(self.handle, str(activity))
533
534 def replace(self, activity: ActivityType, new_activity: str) -> bool:
535 """

Callers 15

_destroy_clientMethod · 0.45
_destroy_instanceMethod · 0.45
vars_readMethod · 0.45
executeMethod · 0.45
remove_blacklist_itemMethod · 0.45
write_at_cursorMethod · 0.45
set_follow_regFunction · 0.45
propagate_var_nameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected