Python Element Tree, what is the last attribute in each element?

All elements from a parsed element tree are show in the CLI with a print() like the following <Element '{http://eh.sample.com}hereIsASampleTag' at 0x000001F262B94860>

What is the last bit 0x000001F262B94860 for these? Looks like it might be a memory address.

Is it possible to modify specific elements based on this value?

Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.