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

Method from_core_struct

python/flowgraph.py:77–78  ·  view source on GitHub ↗
(edge_style)

Source from the content-addressed store, hash-verified

75
76 @staticmethod
77 def from_core_struct(edge_style):
78 return EdgeStyle(edge_style.style, edge_style.width, edge_style.color)
79
80 def __eq__(self, other):
81 return (self.style, self.width, self.color) == (other.style, other.width, other.color)

Callers

nothing calls this directly

Calls 1

EdgeStyleClass · 0.70

Tested by

no test coverage detected