GnuCash c935c2f+
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes
python.gnucash_core.Query Class Reference
Inheritance diagram for python.gnucash_core.Query:
python.gnucash_core.GnuCashCoreClass

Public Member Functions

 search_for (self, obj_type)
 
- Public Member Functions inherited from python.gnucash_core.GnuCashCoreClass
 do_lookup_create_oo_instance (self, lookup_function, cls, *args)
 

Static Public Attributes

 exclude
 

Additional Inherited Members

- Static Protected Attributes inherited from python.gnucash_core.GnuCashCoreClass
 _module = gnucash_core_c
 

Detailed Description

Definition at line 1226 of file gnucash_core.py.

Member Function Documentation

◆ search_for()

python.gnucash_core.Query.search_for (   self,
  obj_type 
)
Set search_for to obj_type

calls qof_query_search_for. Buffers search string for queries lifetime.
@see https://bugs.gnucash.org/show_bug.cgi?id=796137

Definition at line 1228 of file gnucash_core.py.

1228 def search_for(self, obj_type):
1229 """Set search_for to obj_type
1230
1231 calls qof_query_search_for. Buffers search string for queries lifetime.
1232 @see https://bugs.gnucash.org/show_bug.cgi?id=796137"""
1233 self.__search_for_buf = obj_type
1234 self._search_for(self.__search_for_buf)
1235

Field Documentation

◆ exclude

python.gnucash_core.Query.exclude
static

Definition at line 1236 of file gnucash_core.py.


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