mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
4 lines
123 B
Python
4 lines
123 B
Python
from _typeshed import ReadableBuffer
|
|
|
|
def geohash(latitude: float, longitude: float, datedow: ReadableBuffer) -> None: ...
|