Ejemplo n.º 1
0
def if_not_actor(parser, token):
  return if_pred(parser, token, is_not_actor)
Ejemplo n.º 2
0
def if_not_actor(parser, token):
    return if_pred(parser, token, is_not_actor)
Ejemplo n.º 3
0
def if_actor_or_owner(parser, token):
  return if_pred(parser, token, is_actor_or_owner)
Ejemplo n.º 4
0
def if_actor_or_owner(parser, token):
    return if_pred(parser, token, is_actor_or_owner)