No, it doesn't have that notion, at least not for C++.
> I can't test right now, but I would do something like this:
>
> cdef extern from "../c/test.h" namespace "Test::Test":
> int getInt()
>
> def pgetInt():
> print getInt()
>
> I would be interested in a cleaner solution though :)
Yep. That's the only way to do it now.
- Robert