示例#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()