Skip to content
Snippets Groups Projects
Commit de5688e0 authored by Mark Olesen's avatar Mark Olesen
Browse files

ENH: expose HashTable iterator object() methods

- to the referenced object via a method name, which may be clearer
  than deferencing the iterator

     [key, value] =>  iter.key(), *iter
     [key, value] =>  iter.key(), iter()
     [key, value] =>  iter.key(), iter.object()
parent 2b9b2dd8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment