Get list of Python module variables in Bash

Posted by l0b0 on Stack Overflow See other posts from Stack Overflow or by l0b0
Published on 2010-05-17T17:25:31Z Indexed on 2010/05/17 17:30 UTC
Read the original article Hit count: 293

Filed under:
|

For a Bash completion script I need to get all the variables from an installed Python module that match a pattern. I want to use only Python-aware functionality, to avoid having to parse comments and such.

© Stack Overflow or respective owner

Related posts about bash

Related posts about python