Merge pull request #502 from kylef/kylef/py-expand_aliases

Expose journal expand_aliases to Python
This commit is contained in:
John Wiegley 2017-12-25 10:49:07 -08:00 committed by GitHub
commit 77ae14230b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -286,6 +286,10 @@ void export_journal()
return_internal_reference<1,
with_custodian_and_ward_postcall<1, 0> >())
.def("expand_aliases", &journal_t::expand_aliases,
return_internal_reference<1,
with_custodian_and_ward_postcall<1, 0> >())
.def("add_xact", &journal_t::add_xact)
.def("remove_xact", &journal_t::remove_xact)