Definition at line 1226 of file gnucash_core.py.
◆ 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
◆ exclude
| python.gnucash_core.Query.exclude |
|
static |
The documentation for this class was generated from the following file: