Open
Description
Feature or enhancement
Proposal:
after loading a library with cdll.LoadLibrary
it would be great (and much requested) to have the exported function list available.. for example:
mylib=cdll.LoadLibrary("libname")
dir(mylib) or mylib.exports
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response