Пример #1
0
Файл: upper.py Проект: Roger/y
def run(options, din, dout):
    cmd = StrCommand("upper", options, din, dout)
    return cmd.run()
Пример #2
0
def run(options, din, dout):
    cmd = StrCommand("upper", options, din, dout)
    return cmd.run()
Пример #3
0
def run(options, din, dout):
    cmd = StrCommand("lstrip", options, din, dout)
    return cmd.run()
Пример #4
0
def run(options, din, dout):
    cmd = StrCommand("title", options, din, dout)
    return cmd.run()