Message 210004 - Python tracker (original) (raw)
Larry,
Also, I assumed that anything that had a text_signature wasn't going to have any other kind of signature information. Therefore, if the object had a text_signature attribute, then I already knew that's the best approach and it should definitely be first.
I think that text_signature is similar to the signature attribute, i.e. if an object has it, then it should blindly use it, without trying anything else (where signature should have a higher priority than text_signature)