|
||||
|
Do any of you know of a way to find the various attributes of a module interactively? I have a python module that I'm trying to use, but it's written in c and the documentation is very poor. I'm getting the following error and want to know if there is a way to find the attributes of a module. AttributeError: 'module' object has no attribute 'parser' |
||||
|
|
