diff options
| author | Fabian Freyer <fabian.freyer@physik.tu-berlin.de> | 2022-01-31 02:10:06 +0100 |
|---|---|---|
| committer | Kyle Martin <krm504@nyu.edu> | 2022-02-08 16:31:28 -0500 |
| commit | 40736b38f40df3d55972fda1f2b9eb8f42d948f0 (patch) | |
| tree | df1194cfbd9ac9e120e2d8e8cb7e95f5391843e2 /python/binaryview.py | |
| parent | 003085beeec4a3d516dd859ee59aeccb3f16426f (diff) | |
Remove user data tag docstrings for auto tags
Diffstat (limited to 'python/binaryview.py')
| -rw-r--r-- | python/binaryview.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/binaryview.py b/python/binaryview.py index 078caff2..13a34113 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -5197,7 +5197,6 @@ class BinaryView: def remove_auto_data_tag(self, addr: int, tag: 'Tag') -> None: """ ``remove_auto_data_tag`` removes a Tag object at a data address. - Since this removes a user tag, it will be added to the current undo buffer. :param int addr: Address at which to remove the tag :param Tag tag: Tag object to be removed @@ -5208,7 +5207,6 @@ class BinaryView: def remove_auto_data_tags_of_type(self, addr: int, tag_type: 'TagType') -> None: """ ``remove_auto_data_tags_of_type`` removes all data tags at the given address of the given type. - Since this removes user tags, it will be added to the current undo buffer. :param int addr: Address at which to add the tags :param TagType tag_type: TagType object to match for removing |
