MCPcopy Create free account

hub / github.com/datastax/astrapy / functions

Functions2,040 in github.com/datastax/astrapy

Methodtest_apioptions_headers
(self)
tests/base/unit/test_apioptions.py:25
Methodtest_astra_db_admin_async
Test plan (it has to be a single giant test to use the two DBs throughout): - create client -> get_admin - create two dbs (wa
tests/admin/integration/test_admin.py:471
Methodtest_astra_db_admin_sync
Test plan (it has to be a single giant test to use the two DBs throughout): - create client -> get_admin - create two dbs (wa
tests/admin/integration/test_admin.py:214
Methodtest_astra_db_database_admin_async
Test plan (it has to be a single giant test to use one DB throughout): - create client -> get_admin - create a db (wait)
tests/admin/integration/test_admin.py:338
Methodtest_astra_db_database_admin_sync
Test plan (it has to be a single giant test to use one DB throughout): - create client -> get_admin - create a db (wait)
tests/admin/integration/test_admin.py:94
Methodtest_astra_updatedbkeyspace_async
( self, async_database: AsyncDatabase )
tests/admin/integration/test_admin.py:624
Methodtest_astra_updatedbkeyspace_sync
(self, sync_database: Database)
tests/admin/integration/test_admin.py:603
Methodtest_astradbadmin_conversions
(self)
tests/base/unit/test_admin_conversions.py:156
Methodtest_astradbadmin_token_inheritance
(self)
tests/base/unit/test_admin_conversions.py:317
Methodtest_astradbdatabaseadmin_conversions
(self)
tests/base/unit/test_admin_conversions.py:189
Methodtest_astradbdatabaseadmin_token_inheritance
(self)
tests/base/unit/test_admin_conversions.py:339
Methodtest_async_database_from_admin_default_keyspace_per_environment
( self, data_api_credentials_kwargs: DataAPICredentials, data_api_credentials_info: Da
tests/base/integration/collections/test_collection_ddl_async.py:440
Methodtest_async_database_from_astradbadmin_default_keyspace_per_environment
( self, data_api_credentials_kwargs: DataAPICredentials, data_api_credentials_info: Da
tests/base/integration/collections/test_collection_ddl_async.py:459
Methodtest_client_get_admin_option_passing
(self)
tests/base/unit/test_admin_conversions.py:298
Functiontest_coerce_token_provider
()
tests/base/unit/test_token_providers.py:53
Methodtest_collection_binencvectors_everywhere_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:2009
Methodtest_collection_binencvectors_everywhere_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:1902
Methodtest_collection_bm25_dml_vectorize_async
( self, async_empty_farr_vectorize_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_generalbm25_async.py:27
Methodtest_collection_bm25_dml_vectorize_sync
( self, sync_empty_farr_vectorize_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_generalbm25_sync.py:27
Methodtest_collection_bulkmethods_dml_failures_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_exceptions_async.py:186
Methodtest_collection_bulkmethods_dml_failures_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_exceptions_sync.py:176
Methodtest_collection_chunked_delete_many_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:346
Methodtest_collection_chunked_delete_many_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:295
Methodtest_collection_command_async
( self, async_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_ddl_async.py:411
Methodtest_collection_command_sync
( self, sync_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_ddl_sync.py:408
Methodtest_collection_count_documents_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:54
Methodtest_collection_count_documents_failures_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_exceptions_async.py:169
Methodtest_collection_count_documents_failures_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_exceptions_sync.py:159
Methodtest_collection_count_documents_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:48
Methodtest_collection_count_documents_timeout_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_timeout_async.py:34
Methodtest_collection_count_documents_timeout_async
( self, httpserver: HTTPServer, mock_acollection: DefaultAsyncCollection, )
tests/base/unit/test_collection_timeouts.py:91
Methodtest_collection_count_documents_timeout_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_timeout_sync.py:30
Methodtest_collection_count_documents_timeout_sync
( self, httpserver: HTTPServer, mock_collection: DefaultCollection, )
tests/base/unit/test_collection_timeouts.py:70
Methodtest_collection_cursor_timeouts_async
( self, httpserver: HTTPServer, mock_acollection: DefaultAsyncCollection, )
tests/base/unit/test_collection_timeouts.py:112
Methodtest_collection_cursor_timeouts_sync
( self, httpserver: HTTPServer, mock_collection: DefaultCollection, )
tests/base/unit/test_collection_timeouts.py:152
Methodtest_collection_cursormap_typing_async
Test of getting typed collections with generics (and not), sync.
tests/base/integration/collections/test_collection_typing.py:564
Methodtest_collection_cursormap_typing_sync
Test of getting typed collections with generics (and not), sync.
tests/base/integration/collections/test_collection_typing.py:211
Methodtest_collection_cursors_async
Functionalities of cursors from find, other than the various combinations of skip/limit/sort/filter specified above.
tests/base/integration/collections/test_collection_dml_async.py:566
Methodtest_collection_cursors_closed_properties_async
( self, async_filled_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:120
Methodtest_collection_cursors_closed_properties_sync
( self, filled_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:118
Methodtest_collection_cursors_collective_maps_async
Functionalities of cursors from find: map, tolist, foreach.
tests/base/integration/collections/test_collection_dml_async.py:632
Methodtest_collection_cursors_collective_maps_sync
Functionalities of cursors from find: map, tolist, foreach.
tests/base/integration/collections/test_collection_dml_sync.py:569
Methodtest_collection_cursors_collective_methods_async
( self, async_filled_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:317
Methodtest_collection_cursors_collective_methods_sync
( self, filled_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:315
Methodtest_collection_cursors_early_closing_async
( self, async_filled_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:258
Methodtest_collection_cursors_early_closing_sync
( self, filled_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:256
Methodtest_collection_cursors_fetchnextpage_async
( self, async_filled_pagination_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:556
Methodtest_collection_cursors_fetchnextpage_sync
( self, filled_pagination_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:473
Methodtest_collection_cursors_has_next_async
( self, async_filled_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:201
Methodtest_collection_cursors_has_next_sync
( self, filled_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:199
Methodtest_collection_cursors_idle_properties_async
( self, async_filled_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:73
Methodtest_collection_cursors_idle_properties_sync
( self, filled_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:71
Methodtest_collection_cursors_initialpagestate_async
( self, async_filled_pagination_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:514
Methodtest_collection_cursors_initialpagestate_sync
( self, filled_pagination_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:437
Methodtest_collection_cursors_mapping_async
( self, async_filled_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:274
Methodtest_collection_cursors_mapping_sync
( self, filled_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:272
Methodtest_collection_cursors_serdes_options_async
( self, async_filled_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:485
Methodtest_collection_cursors_serdes_options_sync
( self, filled_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:408
Methodtest_collection_cursors_started_properties_async
( self, async_filled_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:161
Methodtest_collection_cursors_started_properties_sync
( self, filled_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:159
Methodtest_collection_cursors_sync
Functionalities of cursors from find, other than the various combinations of skip/limit/sort/filter specified above.
tests/base/integration/collections/test_collection_dml_sync.py:505
Methodtest_collection_cursors_zeromatches_async
( self, async_filled_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:245
Methodtest_collection_cursors_zeromatches_sync
( self, filled_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:243
Methodtest_collection_database_property_async
( self, )
tests/base/unit/test_collections_async.py:168
Methodtest_collection_database_property_sync
( self, )
tests/base/unit/test_collections_sync.py:168
Methodtest_collection_datatype_insertability_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:1951
Methodtest_collection_datatype_insertability_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:1846
Methodtest_collection_default_id_type_async
( self, async_database: AsyncDatabase, )
tests/base/integration/collections/test_collection_ddl_async.py:141
Methodtest_collection_default_id_type_sync
( self, sync_database: Database, )
tests/base/integration/collections/test_collection_ddl_sync.py:141
Methodtest_collection_delete_many_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:314
Methodtest_collection_delete_many_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:275
Methodtest_collection_delete_one_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:284
Methodtest_collection_delete_one_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:256
Methodtest_collection_distinct_key_as_list_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:745
Methodtest_collection_distinct_key_as_list_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:682
Methodtest_collection_distinct_nonhashable_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:698
Methodtest_collection_distinct_nonhashable_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:635
Methodtest_collection_drop_async
(self, async_database: AsyncDatabase)
tests/base/integration/collections/test_collection_ddl_async.py:246
Methodtest_collection_drop_sync
(self, sync_database: Database)
tests/base/integration/collections/test_collection_ddl_sync.py:246
Methodtest_collection_estimated_document_count_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:77
Methodtest_collection_estimated_document_count_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:65
Methodtest_collection_farr_lifecycle_async
( self, async_database: AsyncDatabase, )
tests/base/integration/collections/test_collection_ddl_async.py:473
Methodtest_collection_farr_lifecycle_sync
( self, sync_database: Database, )
tests/base/integration/collections/test_collection_ddl_sync.py:469
Methodtest_collection_farr_novectorize_async
( self, async_empty_farr_vector_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_farr_async.py:212
Methodtest_collection_farr_novectorize_sync
( self, sync_empty_farr_vector_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_farr_sync.py:212
Methodtest_collection_farr_override_novectorize_async
( self, async_empty_farr_vector_collection: DefaultAsyncCollection, rerankservice_coll
tests/base/integration/collections/test_collection_farr_async.py:313
Methodtest_collection_farr_override_novectorize_sync
( self, sync_empty_farr_vector_collection: DefaultCollection, rerankservice_collection
tests/base/integration/collections/test_collection_farr_sync.py:313
Methodtest_collection_farr_override_vectorize_async
( self, async_empty_farr_vectorize_collection: DefaultAsyncCollection, rerankservice_c
tests/base/integration/collections/test_collection_farr_async.py:141
Methodtest_collection_farr_override_vectorize_sync
( self, sync_empty_farr_vectorize_collection: DefaultCollection, rerankservice_collect
tests/base/integration/collections/test_collection_farr_sync.py:141
Methodtest_collection_farr_vectorize_async
( self, async_empty_farr_vectorize_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_farr_async.py:37
Methodtest_collection_farr_vectorize_sync
( self, sync_empty_farr_vectorize_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_farr_sync.py:37
Methodtest_collection_farrcursors_closed_properties_async
( self, afilled_vectorize_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_farrcursor_async.py:106
Methodtest_collection_farrcursors_closed_properties_sync
( self, filled_vectorize_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_farrcursor_sync.py:106
Methodtest_collection_farrcursors_collective_methods_async
( self, afilled_vectorize_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_farrcursor_async.py:389
Methodtest_collection_farrcursors_collective_methods_sync
( self, filled_vectorize_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_farrcursor_sync.py:379
Methodtest_collection_farrcursors_early_closing_async
( self, afilled_vectorize_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_farrcursor_async.py:293
Methodtest_collection_farrcursors_early_closing_sync
( self, filled_vectorize_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_farrcursor_sync.py:287
Methodtest_collection_farrcursors_fetchnextpage_async
( self, afilled_vectorize_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_farrcursor_async.py:642
Methodtest_collection_farrcursors_fetchnextpage_sync
( self, filled_vectorize_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_farrcursor_sync.py:631
Methodtest_collection_farrcursors_has_next_async
( self, afilled_vectorize_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_farrcursor_async.py:197
← previousnext →1,401–1,500 of 2,040, ranked by callers