Changeset 1172 for trunk/sphinxdocs/source/imports.rst
- Timestamp:
- Dec 17, 2013 4:12:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sphinxdocs/source/imports.rst
r1168 r1172 115 115 *support routines* 116 116 _________________________ 117 117 118 Note that the base class (:class:`GSASIIIO.ImportBaseclass`) supplies two routines, 118 119 :meth:`~GSASIIIO.ImportBaseclass.BlockSelector` and … … 147 148 148 149 150 ReInitialize() 151 ~~~~~~~~~~~~~~~~~~~~ 152 153 Import classes are substantiated only once and are used as needed. 154 This means that if something needs to be initialized before the 155 ``Reader()`` will be called to read a new file, it must be coded. The 156 ``ReInitialize()`` method is provided for this and it is always called 157 before the ``ContentsValidator`` method is called. Use care to call 158 the parent class ``ReInitialize()`` method, if this is overridden. 159 160 149 161 ContentsValidator return values 150 162 ________________________________
Note: See TracChangeset
for help on using the changeset viewer.