This feature implements the extract method refactoring in Python, which is explained in the following article:
https://www.researchgate.net/publication/376756405_Supporting_single_responsibility_through_automated_extract_method_refactoring.
Additionally, the Java implementation is available at the following link:
https://github.com/Alireza-Ardalani/SBSRE.