##// END OF EJS Templates
Document the new input transformation API
Document the new input transformation API

File last commit:

r24171:f3bd056d
r24171:f3bd056d
Show More
inputtransformer2.rst
3 lines | 231 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / inputtransformer2.rst
  • The API for transforming input before it is parsed as Python code has been completely redesigned, and any custom input transformations will need to be rewritten. See :doc:`/config/inputtransforms` for details of the new API.