drathier / stack-overflow-import

Import arbitrary code from Stack Overflow as Python modules.
3.7k stars 128 forks source link

Details regarding Usage of the import #9

Open poornagurram opened 7 years ago

poornagurram commented 7 years ago

After Importing quicksort as mentioned before I didn't know what to pass as a parameter to the function.If some support of function definition details is added.It would be great.

jperelli commented 6 years ago

maybe help(function) should show the full text of the stackoverflow answer where the code comes from