txlyre 5 시간 전
부모
커밋
7c4a8e4caa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"