Changeset 1558 for trunk/config_example.py
- Timestamp:
- Nov 2, 2014 10:11:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/config_example.py
r1513 r1558 16 16 provide the default behavior if the file is not present or if any configuration 17 17 variable is not set, but please do place a docstring here for every used 18 config variable explaining what it does. 18 config variable explaining what it does. Access these variables using 19 :func:`GSASIIpath.GetConfigValue`. 20 ''' 21 22 debug = False 23 '''Set to True to turn on debugging mode. This enables use of IPython on 24 exceptions and on calls to :func:`GSASIIpath.IPyBreak`. Calls to 25 :func:`GSASIIpath.pdbBreak` will invoke pdb at that location. 26 If debug is false calls to :func:`GSASIIpath.IPyBreak` and 27 :func:`GSASIIpath.pdbBreak` are ignored. 19 28 ''' 20 29
Note: See TracChangeset
for help on using the changeset viewer.