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