▲ | actinium226 9 days ago | |
So does this mean that any place where code exists that looks for `type(someinstance) == str` will break because the type will be `Template` even though `someinstance` could still be used in the following code? | ||
▲ | nhumrich 9 days ago | parent [-] | |
yes. t-strings are not `str` |