Example #1
0
 def st(root, val):
     set_rating(root, read_prefixes(root), read_refines(root), val)
     return rt(root)
Example #2
0
 def st(root, val):
     set_rating(root, read_prefixes(root), read_refines(root), val)
     return rt(root)