I have a python library with a function. This function call some other functions, classes and variable from the library (and those functions and classes call other ones, etc)... Can I automatically create a file with all of the dependencies (and nothing else)? (Already posted on stack overflow with no answer) -- https://mail.python.org/mailman/listinfo/python-list
- Getting the dependencies of a function from a libr... elisha hollander
- Re: Getting the dependencies of a function fr... Bob Gailer
- Re: Getting the dependencies of a functio... Juergen Brendel
- Re: Getting the dependencies of a function fr... DL Neil via Python-list
- Re: Getting the dependencies of a function fr... Dieter Maurer
- Re: Getting the dependencies of a function fr... Barry Scott