Exemplo n.º 1
0
Arquivo: upper.py Projeto: Roger/y
def run(options, din, dout):
    cmd = StrCommand("upper", options, din, dout)
    return cmd.run()
Exemplo n.º 2
0
def run(options, din, dout):
    cmd = StrCommand("upper", options, din, dout)
    return cmd.run()
Exemplo n.º 3
0
def run(options, din, dout):
    cmd = StrCommand("lstrip", options, din, dout)
    return cmd.run()
Exemplo n.º 4
0
def run(options, din, dout):
    cmd = StrCommand("title", options, din, dout)
    return cmd.run()