Skip to content

Commit

Permalink
fix: Added missing Python type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
metthal committed Jan 27, 2025
1 parent b3e0265 commit 89bb4b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/python/typings/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -1630,6 +1630,8 @@ def string_ref(arg0: str) -> YaraExpressionBuilder: ...
def string_val(arg0: str) -> YaraExpressionBuilder: ...
def them() -> YaraExpressionBuilder: ...
def uint_val(value: int, mult: IntMultiplier = ...) -> YaraExpressionBuilder: ...
def var_def(arg0: str, arg1: YaraExpressionBuilder) -> YaraExpressionBuilder: ...
def wildcard() -> YaraHexStringBuilder: ...
def wildcard_high(arg0: int) -> YaraHexStringBuilder: ...
def wildcard_low(arg0: int) -> YaraHexStringBuilder: ...
def with_(arg0: List[YaraExpressionBuilder], arg1: YaraExpressionBuilder) -> YaraExpressionBuilder: ...

0 comments on commit 89bb4b0

Please sign in to comment.