GnuCash c935c2f+
Loading...
Searching...
No Matches
Functions
app_utils.py File Reference

High level python wrapper for app-utils. More...

Go to the source code of this file.

Functions

 python.app_utils.gnc_get_current_session ()
 

Detailed Description

High level python wrapper for app-utils.

further functions in _sw_app_utils that have not been included: _gnc_get_current_book is available through Session.get_book() _gnc_get_current_root_account is available through Book.get_root_account()

Definition in file app_utils.py.

Function Documentation

◆ gnc_get_current_session()

python.app_utils.gnc_get_current_session ( void  )

Definition at line 15 of file app_utils.py.

15def gnc_get_current_session():
16 from gnucash import Session
17 return Session(instance=_sw_app_utils.gnc_get_current_session())