▷ def create_token(self, token_string, position, lineno, in_tag) Convert the given token string into a new Token object and return it. If in_tag is True, we are processing something that matched a tag, otherwise it should be treated as a literal string.