You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However it is never used within that function or passed to any other. In fact, it is overridden, unused, if execution reaches line 415, which is always executed before either instance of use:
key = '%s.' % db_field_name
And is thus just pointless data being thrown around, unless I'm missing something that may be glaringly obvious. ;)
The text was updated successfully, but these errors were encountered:
In
mongoengine/base/document.py
line 394:The only occurrences of assignment when calling is within that function on line 425:
And 439:
However it is never used within that function or passed to any other. In fact, it is overridden, unused, if execution reaches line 415, which is always executed before either instance of use:
And is thus just pointless data being thrown around, unless I'm missing something that may be glaringly obvious. ;)
The text was updated successfully, but these errors were encountered: