*** no comment ***
This commit is contained in:
parent
4a3373af03
commit
87d24bf456
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ void export_amount()
|
|||
.def(init<long>())
|
||||
.def(init<std::string>())
|
||||
|
||||
.def("exact", &amount_t::exact, boost::python::arg("value"),
|
||||
.def("exact", &amount_t::exact, args("value"),
|
||||
"Construct an amount object whose display precision is always equal to its\n\
|
||||
internal precision.")
|
||||
.staticmethod("exact")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue