Accessing Input Handlers Individually

Hey y'all, I'm playing with input handling and I am curious if the pd.inputHanlders list is indexable? Like say I push two sets of input handlers onto the stack, then want to take out a specific one of the two - not just the latest but a certain one regardless of position in the stack. Is that possible?

It absolutely is. It's just a normal table from the C side