GnuCash c935c2f+
Loading...
Searching...
No Matches
Protected Member Functions
python.gnucash_core.GncCommodityTable Class Reference
Inheritance diagram for python.gnucash_core.GncCommodityTable:
python.gnucash_core.GnuCashCoreClass

Protected Member Functions

 _get_namespaces_py (self)
 

Additional Inherited Members

- Public Member Functions inherited from python.gnucash_core.GnuCashCoreClass
 do_lookup_create_oo_instance (self, lookup_function, cls, *args)
 
- Static Protected Attributes inherited from python.gnucash_core.GnuCashCoreClass
 _module = gnucash_core_c
 

Detailed Description

A CommodityTable provides a way to store and lookup commodities.
Commodities are primarily currencies, but other tradable things such as
stocks, mutual funds, and material substances are possible.

Users of this library should not create their own CommodityTable, instead
the get_table method from the Book class should be used.

This table is automatically populated with the GnuCash default commodity's
which includes most of the world's currencies.

Definition at line 793 of file gnucash_core.py.

Member Function Documentation

◆ _get_namespaces_py()

python.gnucash_core.GncCommodityTable._get_namespaces_py (   self)
protected

Definition at line 805 of file gnucash_core.py.

805 def _get_namespaces_py(self):
806 return [ns.get_name() for ns in self.get_namespaces_list()]
807

The documentation for this class was generated from the following file: