yhm138
Results
3
issues of
yhm138
Can Post-processing like "translating to another language" be added?
enhancement
I wrote one script with readbaron to remove code comments. ``` from redbaron import RedBaron def remove_comments_with_redbaron(source_py_file): with open(source_py_file, 'r', encoding='utf-8') as file: red = RedBaron(file.read()) comments = red.find_all('comment') for...
```markdown 1. 苹果 - 苹果好吃 2. 梨子 - 梨子好吃 ``` @knightyun