Exemplo n.º 1
0
 def rl(root):
     return read_pubdate(root, read_prefixes(root), read_refines(root)), read_timestamp(root, read_prefixes(root), read_refines(root))
Exemplo n.º 2
0
 def rl(root):
     p, r = read_prefixes(root), read_refines(root)
     return read_pubdate(root, p, r), read_timestamp(root, p, r)
Exemplo n.º 3
0
 def rl(root):
     return read_pubdate(root, read_prefixes(root),
                         read_refines(root)), read_timestamp(
                             root, read_prefixes(root),
                             read_refines(root))
Exemplo n.º 4
0
 def rl(root):
     p, r = read_prefixes(root), read_refines(root)
     return read_pubdate(root, p, r), read_timestamp(root, p, r)