File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2424
2525
2626class ALCourt (Court ):
27- """Object representing a court in Massachusetts.
28- TODO: it could be interesting to store a jurisdiction on a court. But this is non-trivial. Should it be geo boundaries?
27+ """Object representing a court in Massachusetts. We use a function on the CourtList object that filters courts by
28+ address and can use any of those three features of the court to do the filtering.
29+
30+ <!-- TODO: it could be interesting to store a jurisdiction on a court. But this is non-trivial. Should it be geo boundaries?
2931 A list of cities? A list of counties? Instead, we use a function on the CourtList object that filters courts by
30- address and can use any of those three features of the court to do the filtering."""
32+ address and can use any of those three features of the court to do the filtering.--> """
3133
3234 def init (self , * pargs , ** kwargs ) -> None :
3335 """Create a new court object.
You can’t perform that action at this time.
0 commit comments