rfm2
22.0
A python-based rewrite of RenderMan for Maya
|
Public Member Functions | |
def | __init__ (self, s) |
def | addValue (self, flag, value) |
def | getCommand (self) |
def | getOpt (self, flag, defaultValue=None) |
Public Attributes | |
cmd | |
args | |
dargs | |
Class for holding "well ordered" commands of the form: cmd -opt1 <value> -opt2 <value2> [;] where there opt and values are always in pairs and value can be quoted with either {}'s or ""'s in which case the value can contain spaces, newlines. " and } can appear in value if preceded by \
def rfm2.utils.chatserver.CmdString.__init__ | ( | self, | |
s | |||
) |
def rfm2.utils.chatserver.CmdString.addValue | ( | self, | |
flag, | |||
value | |||
) |
def rfm2.utils.chatserver.CmdString.getCommand | ( | self | ) |
def rfm2.utils.chatserver.CmdString.getOpt | ( | self, | |
flag, | |||
defaultValue = None |
|||
) |
rfm2.utils.chatserver.CmdString.args |
rfm2.utils.chatserver.CmdString.cmd |
rfm2.utils.chatserver.CmdString.dargs |