Getting the dependencies of a function from a library

Bob Gailer bgailer at gmail.com
Mon Apr 20 23:50:19 EDT 2020


For me the question is a little vague.

What do you mean by Library?

Could you give us a simple example of the input and the output?

It's possible to interpret your question as an assessment of your skill
level. We know nothing about your skill level.

It's possible to interpret your question as to whether or not this is a
turing complete problem.

If you succeed in coming up with a sample input and output then how about
trying to write a program to process that input to get that output. Post
those results to this list and we'll see what we can do to help you.

Bob gailer

On Apr 20, 2020 6:18 PM, "elisha hollander" <just4now666666 at gmail.com>
wrote:

> 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
>


More information about the Python-list mailing list