Skip to content

Commit

Permalink
fix Hex type
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Nov 28, 2024
1 parent d260dcf commit 3fffeed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vyper/ast/nodes.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ class Decimal(Num): ...
class Hex(Num):
@property
def n_bytes(self): ...
@property
def int_value(self): ...

class Str(Constant): ...
class Bytes(Constant): ...
Expand Down

0 comments on commit 3fffeed

Please sign in to comment.