Example #1
0
 def to_zip_file_handle(_):
     return LocalFileHandle(zip_file_name)
Example #2
0
 def emit_num_special_csv_local_file(_):
     return LocalFileHandle(
         file_relative_path(__file__, '../num_with_special_chars.csv'))
Example #3
0
 def nonce(_):
     return LocalFileHandle(file_relative_path(__file__, 'data/test.csv'))
Example #4
0
 def emit_num_csv_local_file(_):
     return LocalFileHandle(file_relative_path(__file__, '../num.csv'))