(self, key: str, setting_property: str)
| 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) |
no outgoing calls
no test coverage detected