MCPcopy
hub / github.com/pallets/jinja / __str__

Method __str__

src/jinja2/lexer.py:274–275  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

272 value: str
273
274 def __str__(self) -> str:
275 return describe_token(self)
276
277 def test(self, expr: str) -> bool:
278 """Test a token against a token expression. This can either be a

Callers

nothing calls this directly

Calls 1

describe_tokenFunction · 0.85

Tested by

no test coverage detected