Fix bug in unittest that would cause occational name collision

This commit is contained in:
Griatch 2018-10-07 12:31:43 +02:00
parent 68ff0ac9d6
commit fe14dfddef
4 changed files with 24 additions and 8 deletions

View file

@ -668,7 +668,7 @@ class AttributeHandler(object):
def all(self, accessing_obj=None, default_access=True):
"""
Return all Attribute objects on this object.
Return all Attribute objects on this object, regardless of category.
Args:
accessing_obj (object, optional): Check the `attrread`