Package pywbem :: Module mof_compiler
[frames] | no frames]

Module mof_compiler

source code

pywbem MOF Compiler Rules and implementation definition for lex and yacc. This compiler implementation is based on the PLY python package. This module contains yacc and lex rules in docstrings of its functions. The formatting of these docstrings is critical in that it defines the parser functionality. Changing the strings or even the formatting breaks the ply rule generation.
Classes
  MOFCompiler
MOF compiler class.
  MOFParseError
  MOFWBEMConnection
Access to repository used by the compiler.