id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 7153,it is not possible to add methods in enum_ using def,tokiloki7@…,Ralf W. Grosse-Kunstleve,"Sometimes it is required to add method to exported enum to Python using Boost.Python. For example, if we want to specify __repr__ method to enum. But the following code wont work. enum_(""my_enum"") .def(""__repr__"", &my_enum_to_string) ; ",Feature Requests,new,To Be Determined,python USE GITHUB,Boost 1.51.0,Problem,,,