Owlready
Search
everywhere
only in this topic
Advanced Search
How do I get individual x that x is a A(answered)
Classic
List
Threaded
♦
♦
Locked
2 messages
William
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
How do I get individual x that x is a A(answered)
This post was updated on
.
CONTENTS DELETED
The author has deleted this message.
Marie
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: How do I get individual x that x is a A
Hi,
you can use the instances() function:
for x in A.instances():
pass
Free forum by Nabble
Edit this page