Example #1
0
def pop_key_string(params):
    return String(pop(params))
Example #2
0
def pop_key_string(params):
    return String(pop(params))
Example #3
0
def pop_key(params):
    return get_key(pop(params))
Example #4
0
def pop_key(params):
    return get_key(pop(params))