Definition at line 212 of file gnucash_core.py.
◆ do_lookup_create_oo_instance()
| python.gnucash_core.GnuCashCoreClass.do_lookup_create_oo_instance |
( |
|
self, |
|
|
|
lookup_function, |
|
|
|
cls, |
|
|
* |
args |
|
) |
| |
Definition at line 215 of file gnucash_core.py.
215 def do_lookup_create_oo_instance(self, lookup_function, cls, *args):
216 thing = lookup_function(self.get_instance(), *args)
217 if thing != None:
218 thing = cls(instance=thing)
219 return thing
220
221
◆ _module
| python.gnucash_core.GnuCashCoreClass._module = gnucash_core_c |
|
staticprotected |
The documentation for this class was generated from the following file: