@@ -42,7 +42,7 @@ class HorizonsClass(BaseQuery):
42
42
"return a response object, and access the content with "
43
43
"``response.text``" ))
44
44
45
- def __init__ (self , id = None , location = None , epochs = None ,
45
+ def __init__ (self , id = None , * , location = None , epochs = None ,
46
46
id_type = None ):
47
47
"""
48
48
Initialize JPL query.
@@ -174,7 +174,7 @@ def __str__(self):
174
174
175
175
@deprecated_renamed_argument ("get_raw_response" , None , since = "0.4.7" ,
176
176
alternative = "async methods" )
177
- def ephemerides_async (self , airmass_lessthan = 99 ,
177
+ def ephemerides_async (self , * , airmass_lessthan = 99 ,
178
178
solar_elongation = (0 , 180 ), max_hour_angle = 0 ,
179
179
rate_cutoff = None ,
180
180
skip_daylight = False ,
@@ -657,7 +657,7 @@ def ephemerides_async(self, airmass_lessthan=99,
657
657
658
658
@deprecated_renamed_argument ("get_raw_response" , None , since = "0.4.7" ,
659
659
alternative = "async methods" )
660
- def elements_async (self , get_query_payload = False ,
660
+ def elements_async (self , * , get_query_payload = False ,
661
661
refsystem = 'ICRF' ,
662
662
refplane = 'ecliptic' ,
663
663
tp_type = 'absolute' ,
@@ -881,7 +881,7 @@ def elements_async(self, get_query_payload=False,
881
881
882
882
@deprecated_renamed_argument ("get_raw_response" , None , since = "0.4.7" ,
883
883
alternative = "async methods" )
884
- def vectors_async (self , get_query_payload = False ,
884
+ def vectors_async (self , * , get_query_payload = False ,
885
885
closest_apparition = False , no_fragments = False ,
886
886
get_raw_response = False , cache = True ,
887
887
refplane = 'ecliptic' , aberrations = 'geometric' ,
0 commit comments