Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datastax/astrapy
/ functions
Functions
2,040 in github.com/datastax/astrapy
⨍
Functions
2,040
◇
Types & classes
298
↳
Endpoints
61
Method
test_apioptions_headers
(self)
tests/base/unit/test_apioptions.py:25
Method
test_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
Method
test_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
Method
test_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
Method
test_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
Method
test_astra_updatedbkeyspace_async
( self, async_database: AsyncDatabase )
tests/admin/integration/test_admin.py:624
Method
test_astra_updatedbkeyspace_sync
(self, sync_database: Database)
tests/admin/integration/test_admin.py:603
Method
test_astradbadmin_conversions
(self)
tests/base/unit/test_admin_conversions.py:156
Method
test_astradbadmin_token_inheritance
(self)
tests/base/unit/test_admin_conversions.py:317
Method
test_astradbdatabaseadmin_conversions
(self)
tests/base/unit/test_admin_conversions.py:189
Method
test_astradbdatabaseadmin_token_inheritance
(self)
tests/base/unit/test_admin_conversions.py:339
Method
test_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
Method
test_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
Method
test_client_get_admin_option_passing
(self)
tests/base/unit/test_admin_conversions.py:298
Function
test_coerce_token_provider
()
tests/base/unit/test_token_providers.py:53
Method
test_collection_binencvectors_everywhere_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:2009
Method
test_collection_binencvectors_everywhere_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:1902
Method
test_collection_bm25_dml_vectorize_async
( self, async_empty_farr_vectorize_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_generalbm25_async.py:27
Method
test_collection_bm25_dml_vectorize_sync
( self, sync_empty_farr_vectorize_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_generalbm25_sync.py:27
Method
test_collection_bulkmethods_dml_failures_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_exceptions_async.py:186
Method
test_collection_bulkmethods_dml_failures_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_exceptions_sync.py:176
Method
test_collection_chunked_delete_many_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:346
Method
test_collection_chunked_delete_many_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:295
Method
test_collection_command_async
( self, async_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_ddl_async.py:411
Method
test_collection_command_sync
( self, sync_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_ddl_sync.py:408
Method
test_collection_count_documents_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:54
Method
test_collection_count_documents_failures_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_exceptions_async.py:169
Method
test_collection_count_documents_failures_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_exceptions_sync.py:159
Method
test_collection_count_documents_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:48
Method
test_collection_count_documents_timeout_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_timeout_async.py:34
Method
test_collection_count_documents_timeout_async
( self, httpserver: HTTPServer, mock_acollection: DefaultAsyncCollection, )
tests/base/unit/test_collection_timeouts.py:91
Method
test_collection_count_documents_timeout_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_timeout_sync.py:30
Method
test_collection_count_documents_timeout_sync
( self, httpserver: HTTPServer, mock_collection: DefaultCollection, )
tests/base/unit/test_collection_timeouts.py:70
Method
test_collection_cursor_timeouts_async
( self, httpserver: HTTPServer, mock_acollection: DefaultAsyncCollection, )
tests/base/unit/test_collection_timeouts.py:112
Method
test_collection_cursor_timeouts_sync
( self, httpserver: HTTPServer, mock_collection: DefaultCollection, )
tests/base/unit/test_collection_timeouts.py:152
Method
test_collection_cursormap_typing_async
Test of getting typed collections with generics (and not), sync.
tests/base/integration/collections/test_collection_typing.py:564
Method
test_collection_cursormap_typing_sync
Test of getting typed collections with generics (and not), sync.
tests/base/integration/collections/test_collection_typing.py:211
Method
test_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
Method
test_collection_cursors_closed_properties_async
( self, async_filled_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:120
Method
test_collection_cursors_closed_properties_sync
( self, filled_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:118
Method
test_collection_cursors_collective_maps_async
Functionalities of cursors from find: map, tolist, foreach.
tests/base/integration/collections/test_collection_dml_async.py:632
Method
test_collection_cursors_collective_maps_sync
Functionalities of cursors from find: map, tolist, foreach.
tests/base/integration/collections/test_collection_dml_sync.py:569
Method
test_collection_cursors_collective_methods_async
( self, async_filled_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:317
Method
test_collection_cursors_collective_methods_sync
( self, filled_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:315
Method
test_collection_cursors_early_closing_async
( self, async_filled_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:258
Method
test_collection_cursors_early_closing_sync
( self, filled_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:256
Method
test_collection_cursors_fetchnextpage_async
( self, async_filled_pagination_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:556
Method
test_collection_cursors_fetchnextpage_sync
( self, filled_pagination_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:473
Method
test_collection_cursors_has_next_async
( self, async_filled_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:201
Method
test_collection_cursors_has_next_sync
( self, filled_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:199
Method
test_collection_cursors_idle_properties_async
( self, async_filled_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:73
Method
test_collection_cursors_idle_properties_sync
( self, filled_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:71
Method
test_collection_cursors_initialpagestate_async
( self, async_filled_pagination_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:514
Method
test_collection_cursors_initialpagestate_sync
( self, filled_pagination_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:437
Method
test_collection_cursors_mapping_async
( self, async_filled_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:274
Method
test_collection_cursors_mapping_sync
( self, filled_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:272
Method
test_collection_cursors_serdes_options_async
( self, async_filled_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:485
Method
test_collection_cursors_serdes_options_sync
( self, filled_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:408
Method
test_collection_cursors_started_properties_async
( self, async_filled_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:161
Method
test_collection_cursors_started_properties_sync
( self, filled_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:159
Method
test_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
Method
test_collection_cursors_zeromatches_async
( self, async_filled_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_cursor_async.py:245
Method
test_collection_cursors_zeromatches_sync
( self, filled_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_cursor_sync.py:243
Method
test_collection_database_property_async
( self, )
tests/base/unit/test_collections_async.py:168
Method
test_collection_database_property_sync
( self, )
tests/base/unit/test_collections_sync.py:168
Method
test_collection_datatype_insertability_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:1951
Method
test_collection_datatype_insertability_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:1846
Method
test_collection_default_id_type_async
( self, async_database: AsyncDatabase, )
tests/base/integration/collections/test_collection_ddl_async.py:141
Method
test_collection_default_id_type_sync
( self, sync_database: Database, )
tests/base/integration/collections/test_collection_ddl_sync.py:141
Method
test_collection_delete_many_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:314
Method
test_collection_delete_many_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:275
Method
test_collection_delete_one_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:284
Method
test_collection_delete_one_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:256
Method
test_collection_distinct_key_as_list_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:745
Method
test_collection_distinct_key_as_list_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:682
Method
test_collection_distinct_nonhashable_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:698
Method
test_collection_distinct_nonhashable_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:635
Method
test_collection_drop_async
(self, async_database: AsyncDatabase)
tests/base/integration/collections/test_collection_ddl_async.py:246
Method
test_collection_drop_sync
(self, sync_database: Database)
tests/base/integration/collections/test_collection_ddl_sync.py:246
Method
test_collection_estimated_document_count_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:77
Method
test_collection_estimated_document_count_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:65
Method
test_collection_farr_lifecycle_async
( self, async_database: AsyncDatabase, )
tests/base/integration/collections/test_collection_ddl_async.py:473
Method
test_collection_farr_lifecycle_sync
( self, sync_database: Database, )
tests/base/integration/collections/test_collection_ddl_sync.py:469
Method
test_collection_farr_novectorize_async
( self, async_empty_farr_vector_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_farr_async.py:212
Method
test_collection_farr_novectorize_sync
( self, sync_empty_farr_vector_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_farr_sync.py:212
Method
test_collection_farr_override_novectorize_async
( self, async_empty_farr_vector_collection: DefaultAsyncCollection, rerankservice_coll
tests/base/integration/collections/test_collection_farr_async.py:313
Method
test_collection_farr_override_novectorize_sync
( self, sync_empty_farr_vector_collection: DefaultCollection, rerankservice_collection
tests/base/integration/collections/test_collection_farr_sync.py:313
Method
test_collection_farr_override_vectorize_async
( self, async_empty_farr_vectorize_collection: DefaultAsyncCollection, rerankservice_c
tests/base/integration/collections/test_collection_farr_async.py:141
Method
test_collection_farr_override_vectorize_sync
( self, sync_empty_farr_vectorize_collection: DefaultCollection, rerankservice_collect
tests/base/integration/collections/test_collection_farr_sync.py:141
Method
test_collection_farr_vectorize_async
( self, async_empty_farr_vectorize_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_farr_async.py:37
Method
test_collection_farr_vectorize_sync
( self, sync_empty_farr_vectorize_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_farr_sync.py:37
Method
test_collection_farrcursors_closed_properties_async
( self, afilled_vectorize_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_farrcursor_async.py:106
Method
test_collection_farrcursors_closed_properties_sync
( self, filled_vectorize_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_farrcursor_sync.py:106
Method
test_collection_farrcursors_collective_methods_async
( self, afilled_vectorize_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_farrcursor_async.py:389
Method
test_collection_farrcursors_collective_methods_sync
( self, filled_vectorize_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_farrcursor_sync.py:379
Method
test_collection_farrcursors_early_closing_async
( self, afilled_vectorize_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_farrcursor_async.py:293
Method
test_collection_farrcursors_early_closing_sync
( self, filled_vectorize_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_farrcursor_sync.py:287
Method
test_collection_farrcursors_fetchnextpage_async
( self, afilled_vectorize_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_farrcursor_async.py:642
Method
test_collection_farrcursors_fetchnextpage_sync
( self, filled_vectorize_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_farrcursor_sync.py:631
Method
test_collection_farrcursors_has_next_async
( self, afilled_vectorize_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_farrcursor_async.py:197
← previous
next →
1,401–1,500 of 2,040, ranked by callers