[cfe-commits] [PATCH 3/5] [clang.py] Implement Type.arguments()

Manuel Klimek klimek at google.com
Fri Feb 17 04:39:03 PST 2012


Regarding the introduction of get_cursor(...): same as in the other
patch: looks like a good idea, but then use that in the other tests,
too. Also, like in the other patch, I'm still confused whether there's
a scheme behind when you use ok_ and when you use assert...

In general: very nice tests :)

Cheers,
/Manuel

On Fri, Feb 17, 2012 at 8:57 AM, Gregory Szorc <gregory.szorc at gmail.com> wrote:
> I incorporated feedback from Tobias and exposed arguments as an
> iterable and indexable container object.
>
> ---
>  bindings/python/clang/cindex.py           |   47 +++++++++++++++++++
>  bindings/python/tests/cindex/test_type.py |   69 +++++++++++++++++++++++++++++
>  2 files changed, 116 insertions(+), 0 deletions(-)
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>




More information about the cfe-commits mailing list