| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Centralize default parameters in a function, and reuse these defaults in InfluxDBClient._write_points and .query.
|
A better approach would be to collect params inside write(), as was done for write_points() in 7fae65f Also, write() should get a new database=None argument (like write_points has) that documents the use of connection's default database. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Centralize default parameters in a function, and reuse these defaults in
InfluxDBClient._write_points and .query.