mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
8 lines
92 B
Python
8 lines
92 B
Python
# Stubs for posix
|
|
|
|
# NOTE: These are incomplete!
|
|
|
|
import typing
|
|
from os import stat_result
|
|
|