Package mmLib :: Module CIF
[show private | hide private]
[frames | no frames]

Module mmLib.CIF

Classes
CIFFile Parser for reading a CIF 1.1 file.
DataBlock CIF data block of tags and tables.
Lexer Lexical analyzer for reading a CIF 1.1 file.
Table CIF data table.
Token Lexical token with type, value and line number.

Exceptions
CIFSyntaxError  

Function Summary
  formatMessage(filename, line, msg)
  makeNumber(s)

Variable Summary
str L_DATA = '<data>'
str L_EOF = '<eof>'
str L_GLOBAL = '<global>'
str L_LOOP = '<loop>'
str L_SAVE = '<save>'
str L_STOP = '<stop>'
str L_TAG = '<tag>'
str L_VALUE = '<value>'

Variable Details

L_DATA

Type:
str
Value:
'<data>'                                                               

L_EOF

Type:
str
Value:
'<eof>'                                                                

L_GLOBAL

Type:
str
Value:
'<global>'                                                             

L_LOOP

Type:
str
Value:
'<loop>'                                                               

L_SAVE

Type:
str
Value:
'<save>'                                                               

L_STOP

Type:
str
Value:
'<stop>'                                                               

L_TAG

Type:
str
Value:
'<tag>'                                                                

L_VALUE

Type:
str
Value:
'<value>'                                                              

Generated by Epydoc 2.1 on Mon May 21 20:33:38 2007 http://epydoc.sf.net