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

Method get_dict

python/metadata.py:222–228  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

220 raise TypeError()
221
222 def get_dict(self):
223 if not self.is_dict:
224 raise TypeError()
225 result = {}
226 for key in self:
227 result[key] = self[key]
228 return result
229
230 def get_json_string(self):
231 return str(core.BNMetadataGetJsonString(self.handle))

Callers 1

valueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected