RosettaCommons / binder

Binder, tool for automatic generation of Python bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to exclude an enum?

andriish opened this issue · comments

Hi @lyskov,

it seems there is no way to exclude an enum from the bindings. Moreover, the std::_ enums are binded. Or am I missing some options that can prevent that?

Andrii

Oh, seems to be a duplicate of #166.
Anyway.

@andriish i just pushed the patch that adds enum config option which will allow to include/exclude enum's. Hope this helps!