f kwargs to actual parameters
All threads resolved!
All threads resolved!
Compare changes
Files
2+ 116
− 123
@@ -339,32 +339,54 @@ class Entity(object):
@@ -373,20 +395,18 @@ class Entity(object):
raise UserWarning("The first parameter was neither an instance of Entity nor an integer. Therefore the string representation of your first parameter would normally be interpreted name of the property which is to be added. But you have also specified a parameter 'name' in the method call. This is ambiguous and cannot be processed.")
@@ -399,9 +419,7 @@ class Entity(object):
@@ -426,7 +444,7 @@ class Entity(object):
@@ -434,27 +452,23 @@ class Entity(object):
@@ -463,8 +477,8 @@ class Entity(object):
@@ -478,9 +492,6 @@ class Entity(object):
@@ -1453,45 +1464,42 @@ class Property(Entity):
@@ -1584,21 +1592,14 @@ class RecordType(Entity):
@@ -1606,24 +1607,30 @@ class RecordType(Entity):
@@ -1640,19 +1647,12 @@ class Record(Entity):
@@ -1804,19 +1804,12 @@ class File(Record):