HomeSort by relevance Sort by last modified time
    Searched refs:extra_select_fields (Results 1 - 3 of 3) sorted by null

  /external/autotest/frontend/tko/
rpc_interface.py 23 extra_select_fields=None, **filter_data):
28 * extra_select_fields can be used to specify additional fields to select
43 total count in the group, plus keys for each of the extra_select_fields.
44 The keys for the extra_select_fields are determined by the "AS" alias of
53 if extra_select_fields:
54 query = query.extra(select=extra_select_fields)
82 extra_select_fields=tko_rpc_utils.STATUS_FIELDS,
models.py 16 def _get_field_names(self, fields, extra_select_fields={}):
19 if field in extra_select_fields:
20 field_names.append(extra_select_fields[field][0])
rpc_interface_unittest_fixme.py 343 extra_select_fields=extra)

Completed in 122 milliseconds