OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:to_call
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
results.py
17
>>> results.
to_call
(users.query, username__gte='johndoe')
83
def
to_call
(self, the_callable, *args, **kwargs):
member in class:ResultSet
98
>>> rs.
to_call
(squares_to, y=3)
table.py
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/
test_table.py
866
self.results.
to_call
(self.result_function, 'john', greeting='Hello', limit=20)
873
self.results.
to_call
(self.result_function, 'john', greeting='Hello')
880
self.results.
to_call
(self.result_function, 'john', greeting='Hello', limit=5)
887
self.results.
to_call
(self.result_function, 'john', greeting='Hello', limit=15)
964
results.
to_call
(fake_results, 'john', greeting='Hello', limit=2)
971
results.
to_call
(fake_results, 'john', greeting='Hello', limit=5)
982
results.
to_call
(fake_results, 'john', greeting='Hello', limit=6)
[
all
...]
Completed in 214 milliseconds