txlyre hace 4 horas
padre
commit
7c4a8e4caa
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      qic.c

+ 1 - 0
qic.c

@@ -4586,6 +4586,7 @@ const char *STD[][2] = {
              "      s += str(utf8_encode(uc))\n"
              "    return s\n"
              "  }\n"
+             "  __repr (this): repr(str(this))\n"
              "  __len (this): len(this._ucs)\n"
              "  __index (this, i): ustr([this._ucs[i]])\n"
              "  __index_set (this): throw\n"