Skip to content

Commit

Permalink
DOC: Add docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Apr 24, 2019
1 parent a35ae84 commit ce7eb45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions suitcase/mongo_normalized/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ def __init__(self, metadatastore_db, asset_registry_db):
Note that this Seralizer does not share the standard Serializer
name or signature common to suitcase packages because it can only write
via pymongo, not to an arbitrary user-provided buffer.
Parameters
----------
metadatastore_db : pymongo.Database or URI
asset_registry_db : pymongo.Database or URI
"""
if isinstance(metadatastore_db, str):
mds_db = _get_database(metadatastore_db)
Expand Down

0 comments on commit ce7eb45

Please sign in to comment.