module documentation
Undocumented
| Function | confirm |
prompts for yes or no response from the user. Returns True for yes and False for no. 'resp' should be set to the default value assumed by the caller when user simply types ENTER. |
| Function | convert |
Convert a textual feature value to int/float when numeric, else leave as str. |
| Function | eprint |
Undocumented |
| Function | fileno |
Undocumented |
| Function | is |
Undocumented |
| Function | read |
Undocumented |
| Function | resource |
Describe which per-instance resource limits gbd can enforce on this system. |
| Function | slice |
Undocumented |
| Function | stdout |
Undocumented |
| Constant | IS |
Undocumented |
prompts for yes or no response from the user. Returns True for yes and False for no. 'resp' should be set to the default value assumed by the caller when user simply types ENTER.