feat: commenting
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user