Skip to content
  • David Gobbi's avatar
    Wrap constants more efficiently. · d5cb2382
    David Gobbi authored
    Sometimes header files contain a large number of constants, and
    the wrappers were generating a function call for each and every
    one in order to convert them into python values.  This new code
    stores the constants in static data structures when possible.
    
    Change-Id: Id59c8448be154647ff349b43d958871b0f18af69
    d5cb2382