MCPcopy Create free account

hub / github.com/datastax/astrapy / functions

Functions2,040 in github.com/datastax/astrapy

Methodtest_collection_replace_one_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:1392
Methodtest_collection_replace_one_vector_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:1514
Methodtest_collection_replace_one_vector_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:1430
Methodtest_collection_rerankingapikey_in_headers_async
( self, async_database: AsyncDatabase, )
tests/base/unit/test_collections_async.py:236
Methodtest_collection_rerankingapikey_in_headers_sync
( self, sync_database: Database, )
tests/base/unit/test_collections_sync.py:236
Methodtest_collection_timeout_occurring_async
( self, httpserver: HTTPServer )
tests/base/unit/test_timeouts.py:327
Methodtest_collection_timeout_occurring_sync
(self, httpserver: HTTPServer)
tests/base/unit/test_timeouts.py:140
Methodtest_collection_timeout_suppression_async
( self, httpserver: HTTPServer )
tests/base/unit/test_timeouts.py:397
Methodtest_collection_timeout_suppression_sync
(self, httpserver: HTTPServer)
tests/base/unit/test_timeouts.py:208
Methodtest_collection_update_many_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:1577
Methodtest_collection_update_many_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:1491
Methodtest_collection_update_one_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:1531
Methodtest_collection_update_one_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:1447
Methodtest_collection_vector_insertion_options_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:167
Methodtest_collection_vector_insertion_options_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:143
Methodtest_collection_wrong_paths_distinct_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:807
Methodtest_collection_wrong_paths_distinct_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:744
Functiontest_collections_error_on_decimal_async
(httpserver: HTTPServer)
tests/base/unit/test_exceptions.py:301
Functiontest_collections_error_on_decimal_sync
(httpserver: HTTPServer)
tests/base/unit/test_exceptions.py:278
Methodtest_columntype_short_form
(self)
tests/base/unit/test_tabledescriptors.py:381
Methodtest_convert_collection_async
( self, async_database: AsyncDatabase, )
tests/base/unit/test_collections_async.py:72
Methodtest_convert_collection_sync
( self, sync_database: Database, )
tests/base/unit/test_collections_sync.py:72
Methodtest_convert_database_async
( self, data_api_credentials_kwargs: DataAPICredentials, data_api_credentials_info: Da
tests/base/unit/test_databases_async.py:71
Methodtest_convert_database_sync
( self, data_api_credentials_kwargs: DataAPICredentials, data_api_credentials_info: Da
tests/base/unit/test_databases_sync.py:71
Methodtest_create_alter_table_typing_async
Test of creating typed tables with generics (and not), async.
tests/base/integration/tables/test_table_typing.py:232
Methodtest_create_alter_table_typing_sync
Test of creating typed tables with generics (and not), sync.
tests/base/integration/tables/test_table_typing.py:85
Methodtest_create_collection_typing_async
Test of creating typed collections with generics (and not), async.
tests/base/integration/collections/test_collection_typing.py:418
Methodtest_create_collection_typing_sync
Test of creating typed collections with generics (and not), sync.
tests/base/integration/collections/test_collection_typing.py:67
Methodtest_create_reg_tableindexdescriptor_various_indextype
(self)
tests/base/unit/test_tableindexdescriptor_parsing.py:229
Methodtest_create_uns_tableindexdescriptor_various_indextype
(self)
tests/base/unit/test_tableindexdescriptor_parsing.py:297
Methodtest_create_vec_tableindexdescriptor_various_indextype
(self)
tests/base/unit/test_tableindexdescriptor_parsing.py:269
Methodtest_createtypedefinition_parsing
(self)
tests/base/unit/test_tabledescriptors.py:870
Methodtest_cursor_custom_exceptions_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_exceptions_async.py:260
Methodtest_cursor_custom_exceptions_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_exceptions_sync.py:245
Methodtest_cursor_hard_exceptions_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_exceptions_async.py:249
Methodtest_cursor_hard_exceptions_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_exceptions_sync.py:234
Methodtest_cursor_overalltimeout_exceptions_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_timeout_async.py:74
Methodtest_cursor_overalltimeout_exceptions_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_timeout_sync.py:70
Methodtest_cursor_standard_exceptions_async
( self, async_database: AsyncDatabase, )
tests/base/integration/collections/test_collection_exceptions_async.py:279
Methodtest_cursor_standard_exceptions_sync
(self, sync_database: Database)
tests/base/integration/collections/test_collection_exceptions_sync.py:264
Methodtest_custom_datatypes_in_reading_async
( self, async_empty_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_dml_async.py:1238
Methodtest_custom_datatypes_in_reading_sync
( self, sync_empty_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_dml_sync.py:1166
Methodtest_custom_observer
(self)
tests/base/unit/test_event_observers.py:67
Methodtest_dataapiclient_conversions
(self)
tests/base/unit/test_admin_conversions.py:53
Methodtest_dataapiclient_spawning_databases
(self)
tests/base/unit/test_admin_conversions.py:123
Methodtest_dataapiclient_token_inheritance
(self)
tests/base/unit/test_admin_conversions.py:270
Methodtest_dataapidatabaseadmin_conversions
(self)
tests/base/unit/test_admin_conversions.py:232
Methodtest_dataapidatabaseadmin_token_inheritance
(self)
tests/base/unit/test_admin_conversions.py:368
Methodtest_dataapidate_lifecycle
(self)
tests/base/unit/test_dataapidate.py:149
Methodtest_dataapidate_parse_errors
(self)
tests/base/unit/test_dataapidate.py:27
Methodtest_dataapidate_pickle
(self)
tests/base/unit/test_dataapidate.py:194
Methodtest_dataapidate_sign_of_year_consistency
(self)
tests/base/unit/test_dataapidate.py:130
Methodtest_dataapidictudt_instancechecks
(self)
tests/base/unit/test_dataapidictudt.py:27
Methodtest_dataapiduration_c_lifecycle
(self)
tests/base/unit/test_dataapiduration.py:184
Methodtest_dataapiduration_c_parse_errors
(self)
tests/base/unit/test_dataapiduration.py:153
Methodtest_dataapiduration_c_parsing_cassandra_testcases
(self)
tests/base/unit/test_dataapiduration.py:300
Methodtest_dataapiduration_c_parsing_parsing_equivalence
(self)
tests/base/unit/test_dataapiduration.py:230
Methodtest_dataapiduration_lifecycle
(self)
tests/base/unit/test_dataapiduration.py:106
Methodtest_dataapiduration_parse_errors
(self)
tests/base/unit/test_dataapiduration.py:36
Methodtest_dataapiduration_parse_nulldurations
(self)
tests/base/unit/test_dataapiduration.py:93
Methodtest_dataapiduration_parsing_cassandra_testcases
(self)
tests/base/unit/test_dataapiduration.py:274
Methodtest_dataapiduration_pickle
(self)
tests/base/unit/test_dataapiduration.py:344
Methodtest_dataapiduration_timedelta_conversions
(self)
tests/base/unit/test_dataapiduration.py:250
Functiontest_dataapihttpexception
Test that regardless of how incorrect the input httpx error, nothing breaks.
tests/base/unit/test_exceptions.py:49
Functiontest_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
Functiontest_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
Functiontest_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
Functiontest_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
Methodtest_dataapimap_hashables
(self)
tests/base/unit/test_dataapimap.py:26
Methodtest_dataapimap_nonhashables
(self)
tests/base/unit/test_dataapimap.py:59
Methodtest_dataapimap_pickle
(self)
tests/base/unit/test_dataapimap.py:82
Functiontest_dataapiresponseexception
()
tests/base/unit/test_exceptions.py:245
Methodtest_dataapiset_hashables
(self)
tests/base/unit/test_dataapiset.py:26
Methodtest_dataapiset_nonhashables
(self)
tests/base/unit/test_dataapiset.py:45
Methodtest_dataapiset_pickle
(self)
tests/base/unit/test_dataapiset.py:64
Methodtest_dataapitime_lifecycle
(self)
tests/base/unit/test_dataapitime.py:66
Methodtest_dataapitime_parse_errors
(self)
tests/base/unit/test_dataapitime.py:27
Methodtest_dataapitime_pickle
(self)
tests/base/unit/test_dataapitime.py:122
Methodtest_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
Methodtest_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
Methodtest_dataapitimestamp_lifecycle
(self)
tests/base/unit/test_dataapitimestamp.py:34
Methodtest_dataapitimestamp_parsing_consistency
(self)
tests/base/unit/test_dataapitimestamp.py:198
Methodtest_dataapitimestamp_parsing_failures
(self)
tests/base/unit/test_dataapitimestamp.py:94
Methodtest_dataapitimestamp_pickle
(self)
tests/base/unit/test_dataapitimestamp.py:328
Methodtest_dataapitimestamp_sign_of_year_consistency
(self)
tests/base/unit/test_dataapitimestamp.py:179
Methodtest_dataapitimestamp_year_timestamp
(self)
tests/base/unit/test_dataapitimestamp.py:81
Methodtest_dataapivector_byteconversions
(self)
tests/base/unit/test_dataapivector.py:51
Methodtest_dataapivector_lifecycle
(self)
tests/base/unit/test_dataapivector.py:74
Methodtest_dataapivector_stringconversions
(self)
tests/base/unit/test_dataapivector.py:58
Methodtest_database_command_async
( self, async_database: AsyncDatabase, )
tests/base/integration/collections/test_collection_ddl_async.py:391
Methodtest_database_command_on_collection_async
( self, async_database: AsyncDatabase, async_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_ddl_async.py:372
Methodtest_database_command_on_collection_sync
( self, sync_database: Database, sync_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_ddl_sync.py:369
Methodtest_database_command_sync
( self, sync_database: Database, )
tests/base/integration/collections/test_collection_ddl_sync.py:388
Methodtest_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
Methodtest_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
Methodtest_database_custom_domain_async
(self)
tests/base/unit/test_databases_async.py:328
Methodtest_database_custom_domain_sync
(self)
tests/base/unit/test_databases_sync.py:327
Methodtest_database_default_keyspace_per_environment_async
(self)
tests/base/unit/test_databases_async.py:261
Methodtest_database_default_keyspace_per_environment_sync
(self)
tests/base/unit/test_databases_sync.py:262
Methodtest_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
← previousnext →1,601–1,700 of 2,040, ranked by callers