You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we can algorithmically map the original strings to string corresponding to enum names in the C code and then use getattr(_lib, ...) to obtain actual values.
The text was updated successfully, but these errors were encountered:
Rather than doing this:
we can algorithmically map the original strings to string corresponding to enum names in the C code and then use
getattr(_lib, ...)
to obtain actual values.The text was updated successfully, but these errors were encountered: