Variables | |
f = open(fileName, 'r+') | |
fileString = f.read() | |
removetrailingwhitespace.f = open(fileName, 'r+') |
Definition at line 7 of file removetrailingwhitespace.py.
Referenced by create_keys(), GNUNET_TESTBED_SD_deviation_factor_(), handle_union_p2p_strata_estimator(), open_static_page(), open_static_resource(), PABC_load_public_parameters(), REGEX_TEST_read_from_file(), run(), to_file_raw(), tofile_(), try_ifconfig(), and try_ip().
removetrailingwhitespace.fileString = f.read() |
Definition at line 8 of file removetrailingwhitespace.py.