Fix bug in unittest that would cause occational name collision
This commit is contained in:
parent
68ff0ac9d6
commit
fe14dfddef
4 changed files with 24 additions and 8 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue