src/pylib/pybytes/translate

Source   Edit  

Procs

func maketrans(_: typedesc[PyBytes]; frm, to: PyBytes): PyBytes
Source   Edit  
func translate(self, table, delete: PyBytes): PyBytes {....raises: [ValueError],
    tags: [], forbids: [].}
Source   Edit  
func translate(self, table: PyBytes): PyBytes {....raises: [ValueError], tags: [],
    forbids: [].}
Source   Edit  
func translate(self: PyBytes; table: NoneType; delete: PyBytes): PyBytes {.
    ...raises: [], tags: [], forbids: [].}
Source   Edit