Home | Trees | Index | Help |
---|
Package atmopy :: Package talos :: Module miscellaneous |
|
Classes | |
---|---|
PrintInPlace |
PrintInPlace enables to write and overwrite data on screen. |
Function Summary | |
---|---|
(list of string, list) |
Applies functions (with the right number of arguments) from a given module to the arguments of 'args'. |
(list of string, list) |
Lists the functions, with 'Nargs' arguments, from a given module. |
Boolean |
Tests whether a string is an integer. |
Boolean |
Tests whether a string is a number. |
Prints an element on standard output and in a file (if ready). | |
Removes one or more files and/or directories (without confirmation). | |
Replaces a string 'string_in' with 'string_out' in one or more files. | |
int (preferred) or float |
Converts a string to a number. |
Function Details |
---|
apply_module_functions(module, args, functions=('all',))Applies functions (with the right number of arguments) from a given module to the arguments of 'args'.
|
get_module_functions(module, Nargs, functions=('all',))Lists the functions, with 'Nargs' arguments, from a given module.
|
is_int(str)Tests whether a string is an integer.
|
is_num(str)Tests whether a string is a number.
|
print_stdout_file(elt, file, end_line=True)Prints an element on standard output and in a file (if ready).
|
remove_file(files)Removes one or more files and/or directories (without confirmation).
|
replace_string(string_in, string_out, files)Replaces a string 'string_in' with 'string_out' in one or more files.
|
to_num(str)Converts a string to a number.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue May 19 10:37:12 2009 | http://epydoc.sf.net |