Add direct way of retrieving Headline ID .
This commit is contained in:
parent
2bd954e43a
commit
2ca52c339d
@ -271,6 +271,10 @@ class Headline:
|
|||||||
|
|
||||||
return "".join(contents).rstrip()
|
return "".join(contents).rstrip()
|
||||||
|
|
||||||
|
@property
|
||||||
|
def id(self):
|
||||||
|
return self.get_property("ID")
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def clock(self):
|
def clock(self):
|
||||||
times = []
|
times = []
|
||||||
|
Loading…
Reference in New Issue
Block a user