(export_journal): Added `price_db' property to ledger.Journal type.
This commit is contained in:
parent
8ca6c6b827
commit
00d0a58162
1 changed files with 1 additions and 0 deletions
|
|
@ -713,6 +713,7 @@ void export_journal()
|
|||
.add_property("master",
|
||||
make_getter(&journal_t::master,
|
||||
return_internal_reference<1>()))
|
||||
.def_readwrite("price_db", &journal_t::price_db)
|
||||
.def_readonly("sources", &journal_t::sources)
|
||||
|
||||
.def("__len__", entries_len)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue