Commit b07b750e authored by Stefan Behnel's avatar Stefan Behnel

fix test

parent 7a91570a
...@@ -111,7 +111,7 @@ class Base(type): ...@@ -111,7 +111,7 @@ class Base(type):
class Bar(metaclass=Base): class Bar(metaclass=Base):
""" """
>>> Bar._order >>> Bar._order
['__module__', '__doc__', 'bar'] ['__module__', '__qualname__', '__doc__', 'bar']
""" """
@property @property
def bar(self): def bar(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment