File: list.pyi

package info (click to toggle)
python-pyproj 3.7.2-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,728 kB
  • sloc: python: 13,453; sh: 273; makefile: 90
file content (3 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (5)
1
2
3
def get_proj_operations_map() -> dict[str, str]: ...
def get_ellps_map() -> dict[str, dict[str, float]]: ...
def get_prime_meridians_map() -> dict[str, str]: ...