mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
5 lines
110 B
Python
5 lines
110 B
Python
import sys
|
|
|
|
if sys.version_info < (3, 10):
|
|
def getpreferredencoding(do_setlocale: bool = ...) -> str: ...
|