This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Is it possible to understand if an object is an instance of a certain class that may be defined in another file? #175
Labels
question
Further information is requested
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?
The text was updated successfully, but these errors were encountered: