You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I called all_courts.matching_courts_in_county(...) today, I got a list of tuples, not a list of dictionaries. Maybe I'm misunderstanding python types, but I suspect others would find it confusing, so it may be worth clarifying.
I guessed correctly that int was the index value of the court, but I didn't have time to look into what the str is. It might be useful to specify those too.
The text was updated successfully, but these errors were encountered:
I found the documented return values for
ALCourtLoader
's.matching_courts_in_county()
confusing.all_courts.matching_courts_in_county(...)
today, I got a list of tuples, not a list of dictionaries. Maybe I'm misunderstanding python types, but I suspect others would find it confusing, so it may be worth clarifying.int
was the index value of the court, but I didn't have time to look into what thestr
is. It might be useful to specify those too.The text was updated successfully, but these errors were encountered: