This is the mail archive of the archer@sourceware.org mailing list for the Archer project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [python][rfc] Change gdb.Block to use attributes instead of getter methods.


Thiago> But now that I think of it, I'm not sure why I added the method in the
Thiago> first place. The iterator can be used without an explicit call to this
Thiago> method, by directly using gdb.Block in a for or in statement. Or even by
Thiago> explicitly calling gdb.Block.__iter__. I'm inclined to remove
Thiago> "itersymbols", what do you think?

That sounds good to me.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]