Johannes Zellner wrote: > when extending python there are type methods tp_iter and tp_iternext. > Which python code calls the c iterator methods?
iter(obj), for-in obj, etc. </F> -- http://mail.python.org/mailman/listinfo/python-list
Johannes Zellner wrote: > when extending python there are type methods tp_iter and tp_iternext. > Which python code calls the c iterator methods?
iter(obj), for-in obj, etc. </F> -- http://mail.python.org/mailman/listinfo/python-list