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_BIO_read_double(), GNUNET_BIO_read_float(), GNUNET_BIO_read_spec_double(), GNUNET_BIO_read_spec_float(), GNUNET_BIO_write_double(), GNUNET_BIO_write_float(), GNUNET_BIO_write_spec_double(), GNUNET_BIO_write_spec_float(), GNUNET_JSON_pack_double(), GNUNET_JSON_spec_double(), handle_union_p2p_strata_estimator(), open_static_resource(), PABC_read_issuer_ppfile(), parse_double(), REGEX_TEST_read_from_file(), to_file_raw(), try_ifconfig(), and try_ip().
removetrailingwhitespace.fileString = f.read() |
Definition at line 8 of file removetrailingwhitespace.py.