proc ord(a: PyBytes): int {....raises: [TypeError], tags: [], forbids: [].}
func repr(x: PyBytes): string {....raises: [], tags: [], forbids: [].}
Overwites system.repr for PyBytes
minics Python's
func reversed(s: PyBytes): PyBytes {....raises: [], tags: [], forbids: [].}