File: list.pyi

package info (click to toggle)
python-pyproj 3.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,720 kB
  • sloc: python: 13,468; sh: 273; makefile: 90
file content (3 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (4)
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]: ...