OILS
/
pyext
/ fastfunc.pyi
View on Github
|
oilshell.org
8 lines, 4 significant
1
2
def J8EncodeString(s: str, j8_fallback: int) -> str: ...
3
4
def ShellEncodeString(s: str, ysh_fallback: int) -> str: ...
5
6
def PartIsUtf8(s: str, start: int, end: int) -> bool: ...
7
8
def CanOmitQuotes(s: str) -> bool: ...