Beispiel #1
0
 def rl(root):
     return read_pubdate(root, read_prefixes(root), read_refines(root)), read_timestamp(root, read_prefixes(root), read_refines(root))
Beispiel #2
0
 def rl(root):
     p, r = read_prefixes(root), read_refines(root)
     return read_pubdate(root, p, r), read_timestamp(root, p, r)
Beispiel #3
0
 def rl(root):
     return read_pubdate(root, read_prefixes(root),
                         read_refines(root)), read_timestamp(
                             root, read_prefixes(root),
                             read_refines(root))
Beispiel #4
0
 def rl(root):
     p, r = read_prefixes(root), read_refines(root)
     return read_pubdate(root, p, r), read_timestamp(root, p, r)