Skip to content

Commit 5b79b21

Browse files
committed
doc: Add doc for property
1 parent bcf4ed8 commit 5b79b21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pycaching/log.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ def __str__(self):
3030

3131
@property
3232
def uuid(self):
33+
"""The log unique identifier.
34+
35+
:type: :class:`str`
36+
"""
3337
return self._uuid
3438

3539
@uuid.setter

0 commit comments

Comments
 (0)