PydObject.getdict

For module objects, wraps PyModule_GetDict (essentially a dir() operation in Python). Otherwise forwards to method.

class PydObject
getdict
()

See Also

Meta