GnuCash
5.6-150-g038405b370+
|
Additional Inherited Members | |
Public Member Functions inherited from python.gnucash_core.GnuCashCoreClass | |
def | do_lookup_create_oo_instance (self, lookup_function, cls, args) |
a simple price database for gnucash. The PriceDB is intended to be a database of price quotes, or more specifically, a database of GNCPrices. For the time being, it is still a fairly simple database supporting only fairly simple queries. It is expected that new queries will be added as needed, and that there is some advantage to delaying complex queries for now in the hope that we get a real DB implementation before they're really needed. Every QofBook contains a GNCPriceDB, accessible via gnc_pricedb_get_db. Definition in file gnc-pricedb.h. See also https://code.gnucash.org/docs/head/gnc-pricedb_8h.html
Definition at line 744 of file gnucash_core.py.