diff options
| author | Brian Potchik <brian@vector35.com> | 2020-10-14 23:37:22 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2020-10-14 23:37:22 -0400 |
| commit | d7a69a1e6a9203d399117ff70e3eba8acbfe8d3f (patch) | |
| tree | a11728bbe4dac057b71005280bea599f5b6fe039 /python/binaryview.py | |
| parent | 95e0884cf4b7f0d956749cd75de95e8c93e124d0 (diff) | |
Fix broken parse_possiblevalueset documentation.
Diffstat (limited to 'python/binaryview.py')
| -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. |
