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_collection_replace_one_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:1392
Method
test_collection_replace_one_vector_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:1514
Method
test_collection_replace_one_vector_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:1430
Method
test_collection_rerankingapikey_in_headers_async
( self, async_database: AsyncDatabase, )
tests/base/unit/test_collections_async.py:236
Method
test_collection_rerankingapikey_in_headers_sync
( self, sync_database: Database, )
tests/base/unit/test_collections_sync.py:236
Method
test_collection_timeout_occurring_async
( self, httpserver: HTTPServer )
tests/base/unit/test_timeouts.py:327
Method
test_collection_timeout_occurring_sync
(self, httpserver: HTTPServer)
tests/base/unit/test_timeouts.py:140
Method
test_collection_timeout_suppression_async
( self, httpserver: HTTPServer )
tests/base/unit/test_timeouts.py:397
Method
test_collection_timeout_suppression_sync
(self, httpserver: HTTPServer)
tests/base/unit/test_timeouts.py:208
Method
test_collection_update_many_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:1577
Method
test_collection_update_many_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:1491
Method
test_collection_update_one_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:1531
Method
test_collection_update_one_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:1447
Method
test_collection_vector_insertion_options_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:167
Method
test_collection_vector_insertion_options_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:143
Method
test_collection_wrong_paths_distinct_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:807
Method
test_collection_wrong_paths_distinct_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:744
Function
test_collections_error_on_decimal_async
(httpserver: HTTPServer)
tests/base/unit/test_exceptions.py:301
Function
test_collections_error_on_decimal_sync
(httpserver: HTTPServer)
tests/base/unit/test_exceptions.py:278
Method
test_columntype_short_form
(self)
tests/base/unit/test_tabledescriptors.py:381
Method
test_convert_collection_async
( self, async_database: AsyncDatabase, )
tests/base/unit/test_collections_async.py:72
Method
test_convert_collection_sync
( self, sync_database: Database, )
tests/base/unit/test_collections_sync.py:72
Method
test_convert_database_async
( self, data_api_credentials_kwargs: DataAPICredentials, data_api_credentials_info: Da
tests/base/unit/test_databases_async.py:71
Method
test_convert_database_sync
( self, data_api_credentials_kwargs: DataAPICredentials, data_api_credentials_info: Da
tests/base/unit/test_databases_sync.py:71
Method
test_create_alter_table_typing_async
Test of creating typed tables with generics (and not), async.
tests/base/integration/tables/test_table_typing.py:232
Method
test_create_alter_table_typing_sync
Test of creating typed tables with generics (and not), sync.
tests/base/integration/tables/test_table_typing.py:85
Method
test_create_collection_typing_async
Test of creating typed collections with generics (and not), async.
tests/base/integration/collections/test_collection_typing.py:418
Method
test_create_collection_typing_sync
Test of creating typed collections with generics (and not), sync.
tests/base/integration/collections/test_collection_typing.py:67
Method
test_create_reg_tableindexdescriptor_various_indextype
(self)
tests/base/unit/test_tableindexdescriptor_parsing.py:229
Method
test_create_uns_tableindexdescriptor_various_indextype
(self)
tests/base/unit/test_tableindexdescriptor_parsing.py:297
Method
test_create_vec_tableindexdescriptor_various_indextype
(self)
tests/base/unit/test_tableindexdescriptor_parsing.py:269
Method
test_createtypedefinition_parsing
(self)
tests/base/unit/test_tabledescriptors.py:870
Method
test_cursor_custom_exceptions_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_exceptions_async.py:260
Method
test_cursor_custom_exceptions_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_exceptions_sync.py:245
Method
test_cursor_hard_exceptions_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_exceptions_async.py:249
Method
test_cursor_hard_exceptions_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_exceptions_sync.py:234
Method
test_cursor_overalltimeout_exceptions_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_timeout_async.py:74
Method
test_cursor_overalltimeout_exceptions_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_timeout_sync.py:70
Method
test_cursor_standard_exceptions_async
( self, async_database: AsyncDatabase, )
tests/base/integration/collections/test_collection_exceptions_async.py:279
Method
test_cursor_standard_exceptions_sync
(self, sync_database: Database)
tests/base/integration/collections/test_collection_exceptions_sync.py:264
Method
test_custom_datatypes_in_reading_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:1238
Method
test_custom_datatypes_in_reading_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:1166
Method
test_custom_observer
(self)
tests/base/unit/test_event_observers.py:67
Method
test_dataapiclient_conversions
(self)
tests/base/unit/test_admin_conversions.py:53
Method
test_dataapiclient_spawning_databases
(self)
tests/base/unit/test_admin_conversions.py:123
Method
test_dataapiclient_token_inheritance
(self)
tests/base/unit/test_admin_conversions.py:270
Method
test_dataapidatabaseadmin_conversions
(self)
tests/base/unit/test_admin_conversions.py:232
Method
test_dataapidatabaseadmin_token_inheritance
(self)
tests/base/unit/test_admin_conversions.py:368
Method
test_dataapidate_lifecycle
(self)
tests/base/unit/test_dataapidate.py:149
Method
test_dataapidate_parse_errors
(self)
tests/base/unit/test_dataapidate.py:27
Method
test_dataapidate_pickle
(self)
tests/base/unit/test_dataapidate.py:194
Method
test_dataapidate_sign_of_year_consistency
(self)
tests/base/unit/test_dataapidate.py:130
Method
test_dataapidictudt_instancechecks
(self)
tests/base/unit/test_dataapidictudt.py:27
Method
test_dataapiduration_c_lifecycle
(self)
tests/base/unit/test_dataapiduration.py:184
Method
test_dataapiduration_c_parse_errors
(self)
tests/base/unit/test_dataapiduration.py:153
Method
test_dataapiduration_c_parsing_cassandra_testcases
(self)
tests/base/unit/test_dataapiduration.py:300
Method
test_dataapiduration_c_parsing_parsing_equivalence
(self)
tests/base/unit/test_dataapiduration.py:230
Method
test_dataapiduration_lifecycle
(self)
tests/base/unit/test_dataapiduration.py:106
Method
test_dataapiduration_parse_errors
(self)
tests/base/unit/test_dataapiduration.py:36
Method
test_dataapiduration_parse_nulldurations
(self)
tests/base/unit/test_dataapiduration.py:93
Method
test_dataapiduration_parsing_cassandra_testcases
(self)
tests/base/unit/test_dataapiduration.py:274
Method
test_dataapiduration_pickle
(self)
tests/base/unit/test_dataapiduration.py:344
Method
test_dataapiduration_timedelta_conversions
(self)
tests/base/unit/test_dataapiduration.py:250
Function
test_dataapihttpexception
Test that regardless of how incorrect the input httpx error, nothing breaks.
tests/base/unit/test_exceptions.py:49
Function
test_dataapihttpexception_raising_404_async
testing that: - the request gets sent - the correct exception is raised, with the expected members: - X its request a
tests/base/unit/test_exceptions.py:208
Function
test_dataapihttpexception_raising_404_sync
testing that: - the request gets sent - the correct exception is raised, with the expected members: - X its request a
tests/base/unit/test_exceptions.py:135
Function
test_dataapihttpexception_raising_500_async
testing that: - the request gets sent - the correct exception is raised, with the expected members: - X its request a
tests/base/unit/test_exceptions.py:172
Function
test_dataapihttpexception_raising_500_sync
testing that: - the request gets sent - the correct exception is raised, with the expected members: - X its request a
tests/base/unit/test_exceptions.py:99
Method
test_dataapimap_hashables
(self)
tests/base/unit/test_dataapimap.py:26
Method
test_dataapimap_nonhashables
(self)
tests/base/unit/test_dataapimap.py:59
Method
test_dataapimap_pickle
(self)
tests/base/unit/test_dataapimap.py:82
Function
test_dataapiresponseexception
()
tests/base/unit/test_exceptions.py:245
Method
test_dataapiset_hashables
(self)
tests/base/unit/test_dataapiset.py:26
Method
test_dataapiset_nonhashables
(self)
tests/base/unit/test_dataapiset.py:45
Method
test_dataapiset_pickle
(self)
tests/base/unit/test_dataapiset.py:64
Method
test_dataapitime_lifecycle
(self)
tests/base/unit/test_dataapitime.py:66
Method
test_dataapitime_parse_errors
(self)
tests/base/unit/test_dataapitime.py:27
Method
test_dataapitime_pickle
(self)
tests/base/unit/test_dataapitime.py:122
Method
test_dataapitimestamp_back_to_tuple_string_nodatetimes
Test of various string/tuple-powered conversions and their consistency. In range NOT covered by 'datetime': spanning a wider
tests/base/unit/test_dataapitimestamp.py:306
Method
test_dataapitimestamp_back_to_tuple_string_wdatetimes
Test of various string/tuple-powered conversions and their consistency. In range covered by 'datetime'. Plan:
tests/base/unit/test_dataapitimestamp.py:226
Method
test_dataapitimestamp_lifecycle
(self)
tests/base/unit/test_dataapitimestamp.py:34
Method
test_dataapitimestamp_parsing_consistency
(self)
tests/base/unit/test_dataapitimestamp.py:198
Method
test_dataapitimestamp_parsing_failures
(self)
tests/base/unit/test_dataapitimestamp.py:94
Method
test_dataapitimestamp_pickle
(self)
tests/base/unit/test_dataapitimestamp.py:328
Method
test_dataapitimestamp_sign_of_year_consistency
(self)
tests/base/unit/test_dataapitimestamp.py:179
Method
test_dataapitimestamp_year_timestamp
(self)
tests/base/unit/test_dataapitimestamp.py:81
Method
test_dataapivector_byteconversions
(self)
tests/base/unit/test_dataapivector.py:51
Method
test_dataapivector_lifecycle
(self)
tests/base/unit/test_dataapivector.py:74
Method
test_dataapivector_stringconversions
(self)
tests/base/unit/test_dataapivector.py:58
Method
test_database_command_async
( self, async_database: AsyncDatabase, )
tests/base/integration/collections/test_collection_ddl_async.py:391
Method
test_database_command_on_collection_async
( self, async_database: AsyncDatabase, async_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_ddl_async.py:372
Method
test_database_command_on_collection_sync
( self, sync_database: Database, sync_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_ddl_sync.py:369
Method
test_database_command_sync
( self, sync_database: Database, )
tests/base/integration/collections/test_collection_ddl_sync.py:388
Method
test_database_create_collection_dimension_mismatch_failure_async
( self, async_database: AsyncDatabase, service_collection_parameters: dict[str, Any],
tests/base/integration/collections/test_collection_vectorize_methods_async.py:272
Method
test_database_create_collection_dimension_mismatch_failure_sync
( self, sync_database: Database, service_collection_parameters: dict[str, Any], )
tests/base/integration/collections/test_collection_vectorize_methods_sync.py:254
Method
test_database_custom_domain_async
(self)
tests/base/unit/test_databases_async.py:328
Method
test_database_custom_domain_sync
(self)
tests/base/unit/test_databases_sync.py:327
Method
test_database_default_keyspace_per_environment_async
(self)
tests/base/unit/test_databases_async.py:261
Method
test_database_default_keyspace_per_environment_sync
(self)
tests/base/unit/test_databases_sync.py:262
Method
test_database_from_admin_default_keyspace_per_environment_sync
( self, data_api_credentials_kwargs: DataAPICredentials, data_api_credentials_info: Da
tests/base/integration/collections/test_collection_ddl_sync.py:436
← previous
next →
1,601–1,700 of 2,040, ranked by callers