OILS / pyext / fastfunc.pyi View on Github | oilshell.org

8 lines, 4 significant
1
2def J8EncodeString(s: str, j8_fallback: int) -> str: ...
3
4def ShellEncodeString(s: str, ysh_fallback: int) -> str: ...
5
6def PartIsUtf8(s: str, start: int, end: int) -> bool: ...
7
8def CanOmitQuotes(s: str) -> bool: ...