pyk.dequote module

bytes_decode(b: bytes) str[source]
bytes_encode(s: str) bytes[source]
dequote_bytes(s: str) str[source]
dequote_string(s: str) str[source]
dequoted(it: Iterable[str], *, allow_unicode: bool = True) Iterator[str][source]
enquote_bytes(s: str) str[source]
enquote_string(s: str) str[source]
enquoted(it: Iterable[str], *, allow_unicode: bool = True) Iterator[str][source]