fixed big_number __init__ in python bindings
This commit is contained in:
@@ -15,6 +15,7 @@ void bind_big_number()
|
||||
.def(self != self)
|
||||
.def(self < self)
|
||||
.def(self_ns::str(self))
|
||||
.def(init<char const*>())
|
||||
;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user