Skip to content

Commit

Permalink
more print
Browse files Browse the repository at this point in the history
  • Loading branch information
Furr committed Jul 13, 2018
1 parent 870f15f commit dc0d256
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mongoengine/base/datastructures.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ class BaseList(list):

def __init__(self, list_items, instance, name):
print("BaseList.__init__")
print("list_items: %s" % list_items)
print("instance: %s" % instance)
print("name: %s" % name)
Document = _import_class('Document')
EmbeddedDocument = _import_class('EmbeddedDocument')

Expand Down

0 comments on commit dc0d256

Please sign in to comment.