Merge pull request #502 from kylef/kylef/py-expand_aliases
Expose journal expand_aliases to Python
This commit is contained in:
commit
77ae14230b
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue