Changeset 1244 for trunk/GSASIIobj.py
- Timestamp:
- Mar 11, 2014 4:49:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIobj.py
r1236 r1244 1101 1101 '''Return a string with a more complete description for a GSAS-II variable 1102 1102 1103 :param str name: A full G2 variable name with 2 or 3 or 41104 colons (<p>:<h>:name[:<a>] or <p>::RBname:< ?>:<?>])1103 :param str varname: A full G2 variable name with 2 or 3 or 4 1104 colons (<p>:<h>:name[:<a>] or <p>::RBname:<r>:<t>]) 1105 1105 1106 1106 :returns: a string with the description … … 1113 1113 1114 1114 :param str name: A full G2 variable name with 2 or 3 or 4 1115 colons (<p>:<h>:name[:<a>] or <p>::RBname:< ?>:<?>])1115 colons (<p>:<h>:name[:<a>] or <p>::RBname:<r>:<t>]) 1116 1116 1117 1117 :returns: (loc,meaning) where loc describes what item the variable is mapped
Note: See TracChangeset
for help on using the changeset viewer.