Skip to main content

Module remover

Module remover 

Source
Expand description

Remove deprecated functions decorated with @replace_me from source files.

Functionsยง

remove_decorators
Remove @replace_me decorated functions from source code
remove_decorators_from_file
Remove functions decorated with @replace_me from a file
remove_from_file
Remove functions from a file - entry point from main