OILS
/
mycpp
/ os.pyi
View on Github
|
oilshell.org
3 lines, 2 significant
1
from typing import Optional
2
3
def getenv(name: str) -> Optional[str]: ...