linode / linode_api4-python

Official Python bindings for the Linode API
https://linode-api4.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
135 stars 75 forks source link

Cleanup docs, add type annotations, improved class ref #419

Closed zliang-akamai closed 3 months ago

zliang-akamai commented 3 months ago

📝 Description

  1. Cleanup docstring to remove unused parameters.
  2. Add some type annotations.
  3. Improve reference to self's class via type(self) to better support class inheritance.

✔️ How to Test

make testunit make testint