Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.apo.nmsu.edu/Telescopes/TCC/html/parse_defs_8py.html
Дата изменения: Tue Sep 15 02:25:38 2015
Дата индексирования: Sat Apr 9 23:58:53 2016
Кодировка:
lsst.tcc: python/tcc/parse/parseDefs.py File Reference
lsst.tcc  1.2.2-3-g89ecb63
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces | Variables
parseDefs.py File Reference

Go to the source code of this file.

Classes

class  tcc.parse.parseDefs.CmdDefError
 
class  tcc.parse.parseDefs.Qualifier
 Used to define a qualifier (which may have values associated). More...
 
class  tcc.parse.parseDefs.ParamElement
 A param is ultimately defined using a list of one or more of these. More...
 
class  tcc.parse.parseDefs.Keyword
 For defining a single Keyword. More...
 
class  tcc.parse.parseDefs.ParamBase
 One piece of a command that has been split on whitespace (and not commas nor equals sign..) More...
 
class  tcc.parse.parseDefs.KeywordParam
 For defining a param slot expecting keywords and optionally values. More...
 
class  tcc.parse.parseDefs.ValueParam
 Represents a list of type castVals. More...
 
class  tcc.parse.parseDefs.Command
 For defining a command. More...
 
class  tcc.parse.parseDefs.SubCommand
 First paramSlot has the name of this subcommand. More...
 
class  tcc.parse.parseDefs.CommandWrapper
 An outer wrapper for commands with alternate parsing syntaxes, eg 'SET'. More...
 

Namespaces

 tcc.parse.parseDefs
 

Variables

list tcc.parse.parseDefs.__all__ = ["Qualifier", "Keyword", "Command", "SubCommand", "CommandWrapper"]