feat: commenting

This commit is contained in:
Swann
2019-07-23 18:44:17 +02:00
parent 760ba48349
commit 2f30b1ffd3
3 changed files with 10 additions and 9 deletions

View File

@ -71,7 +71,7 @@ class ReplicatedDataFactory(object):
class ReplicatedDatablock(object):
"""
Datablock used for replication
Datablock definition used for replication
"""
uuid = None # uuid used as key (string)
pointer = None # dcc data ref (DCC type)
@ -182,6 +182,7 @@ class ReplicatedDatablock(object):
"""
raise NotImplementedError
def __repr__(self):
return "{uuid} - owner: {owner} - type: {type}".format(
uuid=self.uuid,