How do I get individual x that x is a A(answered)

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How do I get individual x that x is a A(answered)

William
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: How do I get individual x that x is a A

Marie
Hi,

you can use the instances() function:

for x in A.instances():
     pass