digitalearthpacific / dep-tools

Processing tools for Digital Earth Pacific
MIT License
1 stars 0 forks source link

Add superclass arguments to subclasses #23

Open jessjaco opened 10 months ago

jessjaco commented 10 months ago

I should find a discussion of this before committing, but I think leaving superclass arguments out of signatures for derived classes (and leaving only **kwargs) can leave available arguments opaque, particularly when just looking at the function definitions.

Part of an overall push to better document things

jessjaco commented 9 months ago

loaders.py in particular needs some cleanup