iotbx.phil
index
/net/chevy/raid1/rwgk/dist/iotbx/phil.py

 
Modules
       
libtbx
cctbx.sgtbx
libtbx.phil.tokenizer
cctbx.uctbx

 
Classes
       
__builtin__.object
space_group_converters
unit_cell_converters

 
class space_group_converters(__builtin__.object)
     Methods defined here:
__str__(self)
as_words(self, python_object, master)
from_words(self, words, master)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
phil_type = 'space_group'

 
class unit_cell_converters(__builtin__.object)
     Methods defined here:
__str__(self)
as_words(self, python_object, master)
from_words(self, words, master)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
phil_type = 'unit_cell'

 
Functions
       
parse(input_string=None, source_info=None, file_name=None, converter_registry=None, process_includes=False)
read_default(caller_file_name, params_extension='.params', converter_registry=None, process_includes=True)

 
Data
        Auto = <libtbx.AutoType object at 0x2aaaab036490>
default_converter_registry = {'bool': <class 'libtbx.phil.bool_converters'>, 'choice': <class 'libtbx.phil.choice_converters'>, 'float': <class 'libtbx.phil.float_converters'>, 'int': <class 'libtbx.phil.int_converters'>, 'key': <class 'libtbx.phil.key_converters'>, 'path': <class 'libtbx.phil.path_converters'>, 'space_group': <class 'iotbx.phil.space_group_converters'>, 'str': <class 'libtbx.phil.str_converters'>, 'strings': <class 'libtbx.phil.strings_converters'>, 'unit_cell': <class 'iotbx.phil.unit_cell_converters'>, ...}