Exemple #1
0
 def adjustments_callback(request):
     path = test_resource_path(
         'yahoo_samples',
         get_symbol_from_url(request.url) + '.adjustments.gz',
     )
     return 200, {}, read_compressed(path)
Exemple #2
0
 def adjustments_callback(request):
     path = test_resource_path(
         'yahoo_samples',
         get_symbol_from_url(request.url) + '.adjustments.gz',
     )
     return 200, {}, read_compressed(path)