For module objects, wraps PyModule_GetDict (essentially a dir() operation in Python). Otherwise forwards to method.
<a href="http://docs.python.org/c-api/module.html#PyModule_GetDict"> PyModule_GetDict </a>
See Implementation
For module objects, wraps PyModule_GetDict (essentially a dir() operation in Python). Otherwise forwards to method.