Searched refs:read_data (Results 1 – 2 of 2) sorted by relevance
36 data = read_data(args.input)45 def read_data(input_filename): function
582 let read_data = fs::read(&path); in check_file() localVariable583 assert!(read_data.is_ok()); in check_file()584 assert_eq!(content, read_data.unwrap().as_slice()); in check_file()