testcomplete

How to pass an object as a dictionary key in Python(TestComplete issue?)

How to pass an object as a dictionary key in Python(TestComplete issue?) Question: I am aware dictionary keys needs to be strings or immutable objects. But I don’t want to pass strings as a key. Reason is, every where I use the dictionary, I have to type exact string and leaves so mach hard coding …

Total answers: 2