diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/binaryview.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/binaryview.py b/python/binaryview.py index 938aa99f..7c0ac0c2 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -4684,7 +4684,7 @@ class BinaryView(object): return types.TypeParserResult(type_dict, variables, functions) def parse_possiblevalueset(self, value, state, here=0): - r""" + """ Evaluates a string representation of a PossibleValueSet into an instance of the ``PossibleValueSet`` value. .. note:: Values are evaluated based on the rules as specified for :py:meth:`parse_expression` API. This implies that a ``ConstantValue [0x4000].d`` can be provided given that 4 bytes can be read at ``0x4000``. All constants are considered to be in hexadecimal form by default. |
