Skip to content
Snippets Groups Projects
Commit daebb6c6 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Add BTAG_PARTITION.__repr__

parent bf29a349
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,9 @@ class BTAG_PARTITION(object): # noqa
def __ne__(self, other):
return not self.__eq__(other)
def __repr__(self):
return "<%s(%s)>" % (type(self).__name__, repr(self.part_nr))
SYSTEM_TAGS = set([BTAG_NONE, BTAG_ALL, BTAG_REALLY_ALL, BTAG_NO_BOUNDARY,
BTAG_PARTITION])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment