|
@@ -4095,6 +4095,11 @@ const char *STD[][2] = {
|
|
" return false\n"
|
|
" return false\n"
|
|
" return this._ucs == other._ucs\n"
|
|
" return this._ucs == other._ucs\n"
|
|
" }\n"
|
|
" }\n"
|
|
|
|
+ " __in (this, other) {\n"
|
|
|
|
+ " if type(other) !in (\"ustr\", \"str\")\n"
|
|
|
|
+ " throw\n"
|
|
|
|
+ " return str(this) in str(other)\n"
|
|
|
|
+ " }\n"
|
|
"}\n"},
|
|
"}\n"},
|
|
|
|
|
|
{"thread",
|
|
{"thread",
|