Replies: 1 comment
-
you'd have to code it up yourself, but something like this should surely be possible |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following code in two files:
person_list.py
code1.py
How can I find parts of the code that create instances of a subclass of AbstractPerson?
Is it possible using that library?
Beta Was this translation helpful? Give feedback.
All reactions