To do

Todo

Write an example where we include different locations to search.

(The original entry is located in C:\Users\Andre\github\ideas\docs\source\deep_dive.rst, line 49.)

Todo

Currently, only one AST example exists and only one AST transformation can be done. A second example should be created and find a way to ensure that both could be applied.

(The original entry is located in C:\Users\Andre\github\ideas\docs\source\guide.rst, line 67.)

Todo

Currently, only one Bytecode example exists and only one Bytecode transformation can be done. A second example should be created and find a way to ensure that both could be applied.

(The original entry is located in C:\Users\Andre\github\ideas\docs\source\guide.rst, line 91.)

Todo

Currently, a patch requires to specify a module name for it to be applied to that module. It might be worthwhile exploring a case where we use "*" to specify that the patch should be applied to all modules.

(The original entry is located in C:\Users\Andre\github\ideas\docs\source\guide.rst, line 114.)

Todo

Try to create a different module object.

(The original entry is located in C:\Users\Andre\github\ideas\docs\source\included\constants.rst, line 123.)

Todo

This was one of the first examples created and only works with the simplest possible examples. It needs to be made more robust.

(The original entry is located in C:\Users\Andre\github\ideas\docs\source\included\nobreak.rst, line 1.)

Todo

Write this up.

(The original entry is located in C:\Users\Andre\github\ideas\docs\source\included\patching.rst, line 4.)

Todo

Properly document token_utils and delete this information from ideas.

(The original entry is located in C:\Users\Andre\github\ideas\docs\source\tokenize.rst, line 11.)