Classes | Namespaces | Functions | Variables
ezt.py File Reference

Go to the source code of this file.

Classes

class  OpenRTM_aist.utils.rtc-template.ezt._context
 
class  OpenRTM_aist.utils.rtc-template.ezt._FileReader
 
class  OpenRTM_aist.utils.rtc-template.ezt._TextReader
 
class  OpenRTM_aist.utils.rtc-template.ezt.ArgCountSyntaxError
 
class  OpenRTM_aist.utils.rtc-template.ezt.BaseUnavailableError
 
class  OpenRTM_aist.utils.rtc-template.ezt.EZTException
 
class  OpenRTM_aist.utils.rtc-template.ezt.NeedSequenceError
 
class  OpenRTM_aist.utils.rtc-template.ezt.Reader
 
class  OpenRTM_aist.utils.rtc-template.ezt.Template
 
class  OpenRTM_aist.utils.rtc-template.ezt.UnclosedBlocksError
 
class  OpenRTM_aist.utils.rtc-template.ezt.UnknownReference
 
class  OpenRTM_aist.utils.rtc-template.ezt.UnmatchedEndError
 

Namespaces

 OpenRTM_aist.utils.rtc-template.ezt
 

Functions

def OpenRTM_aist.utils.rtc-template.ezt._get_value (refname, start, rest, ctx)
 
def OpenRTM_aist.utils.rtc-template.ezt._prepare_ref (refname, for_names, file_args)
 
def OpenRTM_aist.utils.rtc-template.ezt._test (argv)
 
def OpenRTM_aist.utils.rtc-template.ezt.boolean (value)
 
def OpenRTM_aist.utils.rtc-template.ezt.test_parse ()
 

Variables

dictionary OpenRTM_aist.utils.rtc-template.ezt._block_cmd_specs = { 'if-index':2, 'for':1, 'is':2 }
 
 OpenRTM_aist.utils.rtc-template.ezt._block_cmds = _block_cmd_specs.keys()
 
string OpenRTM_aist.utils.rtc-template.ezt._item = r'(?:"(?:[^\\"]|\\.)*"|[-\w.]+)'
 
 OpenRTM_aist.utils.rtc-template.ezt._re_args = re.compile(r'"(?:[^\\"]|\\.)*"|[-\w.]+')
 
 OpenRTM_aist.utils.rtc-template.ezt._re_newline = re.compile('[ \t\r\f\v]*\n\\s*')
 
 OpenRTM_aist.utils.rtc-template.ezt._re_parse = re.compile(r'\[(%s(?: +%s)*)\]|(\[\[\])|\[#[^\]]*\]' % (_item, _item))
 
 OpenRTM_aist.utils.rtc-template.ezt._re_subst = re.compile('%(%|[0-9]+)')
 
 OpenRTM_aist.utils.rtc-template.ezt._re_whitespace = re.compile(r'\s\s+')
 


openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Jun 6 2019 19:11:35