Exemplo n.º 1
0
 public virtual string /*!*/ __repr__(CodeContext /*!*/ context)
 {
     lock (this) {
         return("bytearray(" + _bytes.BytesRepr() + ")");
     }
 }