GenericMappingTools / pygmt

A Python interface for the Generic Mapping Tools.
https://www.pygmt.org
BSD 3-Clause "New" or "Revised" License
763 stars 219 forks source link

clib.Session: Add type hints and refactor the _parse_constant and _parse_pad methods #3552

Closed seisman closed 3 weeks ago

seisman commented 3 weeks ago

Add type hints, improve docstrings and refactor _parse_constant to make it more readable.