We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b16cb0 commit 96c4c04Copy full SHA for 96c4c04
1 file changed
pypcode/pypcode_native.pyi
@@ -113,6 +113,10 @@ class OpCode:
113
SUBPIECE: ClassVar[OpCode] = ...
114
__entries: ClassVar[dict] = ...
115
__name__: Any
116
+ @property
117
+ def name(self) -> str: ...
118
119
+ def value(self) -> int: ...
120
def __init__(self, *args, **kwargs) -> None: ...
121
def __eq__(self, other) -> Any: ...
122
def __ge__(self, other) -> Any: ...
0 commit comments