Beispiel #1
0
 // 3.0-only
 public static object IterMethodForBytes(Bytes self)
 {
     return(PythonOps.BytesIntEnumerator(self));
 }