Removes unused default_factory arg.
This commit is contained in:
parent
470c2ebef7
commit
b78c9eb324
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ class AttributeProperty:
|
||||||
|
|
||||||
attrhandler_name = "attributes"
|
attrhandler_name = "attributes"
|
||||||
|
|
||||||
def __init__(self, default=None, default_factory=None, category=None, strattr=False, lockstring="", autocreate=True):
|
def __init__(self, default=None, category=None, strattr=False, lockstring="", autocreate=True):
|
||||||
"""
|
"""
|
||||||
Initialize an Attribute as a property descriptor.
|
Initialize an Attribute as a property descriptor.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue