GlobalFishingWatch / gpsdio

AIS I/O with Python, dictionaries, and the GPSd AIVDM schema.
Other
6 stars 3 forks source link

Document BaseDriver API in one place, not in every driver #69

Open redhog opened 9 years ago

redhog commented 9 years ago

Consolidate docstrings that are the same for all drivers, e.g. describing the various methods that all subclasses need to implement. Having that much duplicated docstring text makes drivers hard to read - it's hard to see what's different about this driver from any other driver.