ishepard / pydriller

Python Framework to analyse Git repositories

Home Page:http://pydriller.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can I get a whole changed function directly ?

Vela-zz opened this issue · comments

Is there are any methods that can let me extract whole function/methods string include function name function parameteres and function content at the same time.

current Methods class startline, endline attribute only extract function content , and Methods.parameters is a list.

current Methods class startline, endline attribute only extract function content

You mean it doesn't include the first line of the function, the definition? Unfortunately these info are extracted using Lizard, so it's a feature on their side.