mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +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: ...
|