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

Method update_property

python/settings.py:284–285  ·  view source on GitHub ↗
(self, key: str, setting_property: str)

Source from the content-addressed store, hash-verified

282 return out_list
283
284 def update_property(self, key: str, setting_property: str) -> bool:
285 return core.BNSettingsUpdateProperty(self.handle, key, setting_property)
286
287 def deserialize_schema(self, schema: str, scope: 'SettingsScope' = SettingsScope.SettingsAutoScope, merge: bool = True) -> bool:
288 return core.BNSettingsDeserializeSchema(self.handle, schema, scope, merge)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected