Go to the source code of this file.
|
def | repo.DicePy.dice_write.isint (s) |
| Checks if the input string represents an integer. More...
|
|
def | repo.DicePy.dice_write.isfloat (s) |
| Checks if the input string represents a float. More...
|
|
def | repo.DicePy.dice_write.query_default (param, default) |
| Queries whether the user wants to use default values for a certain parameter. More...
|
|
def | repo.DicePy.dice_write.query_step (prompt, tag, defaults, idx) |
| Queries an integer step value, using the input string as a prompt. More...
|
|
def | repo.DicePy.dice_write.query_posfloat (prompt, tag, defaults, idx=None) |
| Queries a positive float value, using the input string as a prompt. More...
|
|
def | repo.DicePy.dice_write.query_grid (param) |
| Queries user for the minimum, maximum and number of points of a parameter grid. More...
|
|
def | repo.DicePy.dice_write.query_params () |
| Major function that queries the user for all the inputs required to assemble params.txt. More...
|
|
def | repo.DicePy.dice_write.write_params (control, params) |
| Major subroutine that writes the input file params.txt. More...
|
|