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

Class IntrinsicInput

python/architecture.py:98–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97@dataclass(frozen=True)
98class IntrinsicInput:
99 type: 'types.Type'
100 name: str = ""
101
102 def __repr__(self):
103 if len(self.name) == 0:
104 return f"<input: {self.type}>"
105 return f"<input: {self.type} {self.name}>"
106
107
108@dataclass(frozen=True)

Callers 2

__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected