OK guys, I've hit a wall & can't find any info on what I'm wanting to do.
Maybe someone can help me out here or point me in the right direction please?
I have a shelve object- book.
If I do book.keys(), naturally I get a list of the keys-
When I do a book.keys(), I again get a list of those keys-
Is there a way to find out which key a key belongs to?
like - keyb belongs to what key? (keyb belongs to key1)
Thanks