Home | Trees | Indices | Help |
---|
|
object --+ | dict --+ | CIF
This is the CIF class, it represents the CIF dictionary; and as a a python dictionary thus inherits from the dict built in class.
|
|||
new empty dictionary |
|
||
|
|||
v, remove specified key and return the corresponding value |
|
||
(k, v), remove and return some (key, value) pair as a |
|
||
|
|||
|
|||
None |
|
||
|
|||
|
|||
boolean |
|
||
boolean |
|
||
dictionary |
|
||
Inherited from Inherited from |
|
|||
boolean |
|
||
string |
|
||
list |
|
||
tuple |
|
||
|
|
|||
Inherited from |
|
Constructor of the class.
|
x[i]=y
|
If key is not found, d is returned if given, otherwise KeyError is raised
|
2-tuple; but raise KeyError if D is empty.
|
Load the CIF file and populates the CIF dictionary into the object
|
Load the CIF file and populates the CIF dictionary into the object
|
Check if all characters in a string are ascii,
|
|
|
Separate the text in fields as defined in the CIF
|
Processes one loop in the data extraction of the CIF file
|
Transforms the CIF object in string then write it into the given file
|
Converts a cif dictionnary to a string according to the CIF syntax
|
Check if the key exists in the CIF and is non empty.
|
Check if the key exists in the CIF dictionary.
|
Load the powder diffraction CHIPLOT file and returns the pd_CIF dictionary in the object
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Apr 2 13:31:40 2013 | http://epydoc.sourceforge.net |