@@ -36,7 +36,7 @@ def uri(self):
36
36
"""
37
37
return self ._query_uri
38
38
39
- def get_ephemerides_async (self , targetname , objtype = 'asteroid' ,
39
+ def get_ephemerides_async (self , targetname , * , objtype = 'asteroid' ,
40
40
epoch = None , epoch_step = '1d' , epoch_nsteps = 1 ,
41
41
location = 500 , coordtype = 1 ,
42
42
timescale = 'UTC' ,
@@ -276,7 +276,7 @@ def get_ephemerides_async(self, targetname, objtype='asteroid',
276
276
277
277
return response
278
278
279
- def _parse_result (self , response , verbose = None ):
279
+ def _parse_result (self , response , * , verbose = None ):
280
280
"""
281
281
Parser for Miriade request results
282
282
"""
@@ -426,6 +426,7 @@ def cone_search_async(self,
426
426
coo ,
427
427
rad ,
428
428
epoch ,
429
+ * ,
429
430
location = '500' ,
430
431
position_error = 120 ,
431
432
find_planets = True ,
@@ -614,7 +615,7 @@ def cone_search_async(self,
614
615
615
616
return response
616
617
617
- def _parse_result (self , response , verbose = False ):
618
+ def _parse_result (self , response , * , verbose = False ):
618
619
"""
619
620
internal wrapper to parse queries
620
621
"""
0 commit comments