lucjon / Py-StackExchange

A Python binding for the StackExchange API
http://stackapps.com/questions/198/py-stackexchange-an-api-wrapper-for-python
BSD 3-Clause "New" or "Revised" License
228 stars 76 forks source link

fix: allow parameters in result set reload & fetch #72

Open plammens opened 4 years ago

plammens commented 4 years ago

The result set's fetch method should have the same signature as the lazy loader (to allow for multiple calls with the same signature regardless of whether the result has been loaded or not).