MCPcopy Create free account

hub / github.com/datastax/astrapy / functions

Functions2,040 in github.com/datastax/astrapy

Methodtest_listtabledescriptor_hybrid_parsing
(self)
tests/base/unit/test_tabledescriptors.py:375
Methodtest_listtabledescriptor_parsing_fulldict
(self)
tests/base/unit/test_tabledescriptors.py:365
Methodtest_listtypedescriptor_parsing
(self)
tests/base/unit/test_listtypedescriptor.py:26
Methodtest_listtypedescriptor_weird_udts
(self)
tests/base/unit/test_listtypedescriptor.py:74
Methodtest_map2tuple_conversion_insertmany_always
(self)
tests/base/unit/test_tpreprocessors_mapastuples.py:261
Methodtest_map2tuple_conversion_insertmany_dataapimaps
(self)
tests/base/unit/test_tpreprocessors_mapastuples.py:446
Methodtest_map2tuple_conversion_insertmany_never
(self)
tests/base/unit/test_tpreprocessors_mapastuples.py:80
Methodtest_map2tuple_conversion_insertone_always
(self)
tests/base/unit/test_tpreprocessors_mapastuples.py:222
Methodtest_map2tuple_conversion_insertone_dataapimaps
(self)
tests/base/unit/test_tpreprocessors_mapastuples.py:405
Methodtest_map2tuple_conversion_insertone_never
(self)
tests/base/unit/test_tpreprocessors_mapastuples.py:41
Methodtest_map2tuple_conversion_updateone_always
(self)
tests/base/unit/test_tpreprocessors_mapastuples.py:300
Methodtest_map2tuple_conversion_updateone_dataapimaps
(self)
tests/base/unit/test_tpreprocessors_mapastuples.py:487
Methodtest_map2tuple_conversion_updateone_never
(self)
tests/base/unit/test_tpreprocessors_mapastuples.py:119
Methodtest_map_indexdefinition_parsing
(self)
tests/base/unit/test_tabledescriptors.py:579
Methodtest_multicalltimeoutmanager
(self)
tests/base/unit/test_multicalltimeoutmanager.py:30
Methodtest_multicalltimeoutmanager_devops
(self)
tests/base/unit/test_multicalltimeoutmanager.py:47
Functiontest_namespace
()
tests/base/unit/test_imports.py:23
Methodtest_nonastra_database_admin_keyspaces_async
Test plan - database -> get_database_admin - list keyspaces, check name not there - create a keyspace
tests/admin/integration/test_nonastra_admin.py:87
Methodtest_nonastra_database_admin_keyspaces_sync
Test plan - database -> get_database_admin - list keyspaces, check name not there - create a keyspace
tests/admin/integration/test_nonastra_admin.py:31
Functiontest_null_token_provider
()
tests/base/unit/test_token_providers.py:46
Methodtest_observer_from_evdict
(self)
tests/base/unit/test_event_observers.py:101
Methodtest_observer_from_evlist
(self)
tests/base/unit/test_event_observers.py:138
Methodtest_param_normalize_getdatabase
(self)
tests/base/unit/test_admin_conversions.py:516
Functiontest_parse_api_endpoint
()
tests/base/unit/test_info.py:49
Functiontest_parse_availableregioninfo
()
tests/base/unit/test_info.py:94
Functiontest_parse_databasedefinition
()
tests/base/unit/test_info.py:134
Functiontest_parse_full_pcugroupdescriptor
()
tests/base/unit/test_info.py:198
Functiontest_parse_minimal_pcugroupobjects
()
tests/base/unit/test_info.py:234
Functiontest_parse_noreserved_pcugroupdescriptor
()
tests/base/unit/test_info.py:215
Methodtest_parsing_regular_index_description
( self, caplog: pytest.LogCaptureFixture, no_it_resp: dict[str, Any], it_resp:
tests/base/unit/test_tableindexdescriptor_parsing.py:205
Methodtest_pk_postprocessors_from_schema_custom
(self)
tests/base/unit/test_tableconverters.py:537
Methodtest_pk_postprocessors_from_schema_nocustom
(self)
tests/base/unit/test_tableconverters.py:578
Methodtest_plain_fieldname_document_extractor_str
(self)
tests/base/unit/test_document_extractors.py:115
Methodtest_primarykey_short_form
(self)
tests/base/unit/test_tabledescriptors.py:387
Functiontest_recast_api_collection_dict
()
tests/base/unit/test_collection_options.py:33
Methodtest_reduce_key_to_safe_list
(self)
tests/base/unit/test_document_extractors.py:85
Methodtest_reduce_key_to_safe_str
(self)
tests/base/unit/test_document_extractors.py:75
Methodtest_reduce_key_to_shallow_safe_list
(self)
tests/base/unit/test_document_extractors.py:105
Methodtest_reduce_key_to_shallow_safe_str
(self)
tests/base/unit/test_document_extractors.py:95
Methodtest_regularclass_attached_eventobservers_async
Attachment test, i.e. that each of the (sync) requesting classes hooks to observers. Admin excluded. Async classes.
tests/base/unit/test_observing_events.py:122
Methodtest_regularclass_attached_eventobservers_sync
Attachment test, i.e. that each of the (sync) requesting classes hooks to observers. Admin excluded. Sync classes.
tests/base/unit/test_observing_events.py:55
Methodtest_reranking_providers_result_parsing_and_back_base
(self)
tests/base/unit/test_findrerankingproviderresult.py:73
Methodtest_reranking_providers_result_parsing_and_back_rich
(self)
tests/base/unit/test_findrerankingproviderresult.py:93
Methodtest_rerankingheadersprovider_coercion
This doubles as equality test.
tests/base/unit/test_rerankingheadersprovider.py:40
Methodtest_rerankingheadersprovider_null
(self)
tests/base/unit/test_rerankingheadersprovider.py:35
Methodtest_rerankingheadersprovider_static
(self)
tests/base/unit/test_rerankingheadersprovider.py:28
Methodtest_rich_convert_collection_async
( self, async_database: AsyncDatabase, )
tests/base/unit/test_collections_async.py:130
Methodtest_rich_convert_collection_sync
( self, sync_database: Database, )
tests/base/unit/test_collections_sync.py:130
Methodtest_rich_convert_database_async
( self, )
tests/base/unit/test_databases_async.py:125
Methodtest_rich_convert_database_sync
( self, )
tests/base/unit/test_databases_sync.py:125
Methodtest_rich_copy_collection_async
( self, async_database: AsyncDatabase, )
tests/base/unit/test_collections_async.py:87
Methodtest_rich_copy_collection_sync
( self, sync_database: Database, )
tests/base/unit/test_collections_sync.py:87
Methodtest_rich_copy_database_async
( self, )
tests/base/unit/test_databases_async.py:93
Methodtest_rich_copy_database_sync
( self, )
tests/base/unit/test_databases_sync.py:93
Methodtest_row_postprocessors_from_schema
(self)
tests/base/unit/test_tableconverters.py:490
Methodtest_row_postprocessors_from_schema_fillers
(self)
tests/base/unit/test_tableconverters.py:670
Methodtest_row_postprocessors_from_schema_fillers_nocustom
(self)
tests/base/unit/test_tableconverters.py:688
Methodtest_row_postprocessors_from_schema_nocustom
(self)
tests/base/unit/test_tableconverters.py:512
Methodtest_row_postprocessors_incomplete_emptydict_udts
(self)
tests/base/unit/test_tpostprocessors_userdefinedtypes.py:458
Methodtest_row_postprocessors_incomplete_full_udts
(self)
tests/base/unit/test_tpostprocessors_userdefinedtypes.py:502
Methodtest_row_postprocessors_incomplete_nullfilled_udts
(self)
tests/base/unit/test_tpostprocessors_userdefinedtypes.py:436
Methodtest_row_postprocessors_incomplete_omitted_udts
(self)
tests/base/unit/test_tpostprocessors_userdefinedtypes.py:421
Methodtest_row_postprocessors_incomplete_partial_udts
(self)
tests/base/unit/test_tpostprocessors_userdefinedtypes.py:480
Methodtest_row_postprocessors_rogue_table
Rogue table: columns that are unsupported and/or not fully parseable.
tests/base/unit/test_tableconverters.py:704
Methodtest_row_postprocessors_udts_customdt_customclass
(self)
tests/base/unit/test_tpostprocessors_userdefinedtypes.py:361
Methodtest_row_postprocessors_udts_customdt_dictwrapperclass
(self)
tests/base/unit/test_tpostprocessors_userdefinedtypes.py:392
Methodtest_row_postprocessors_udts_stdlibdt_customclass
(self)
tests/base/unit/test_tpostprocessors_userdefinedtypes.py:373
Methodtest_row_postprocessors_udts_stdlibdt_dictwrapperclass
(self)
tests/base/unit/test_tpostprocessors_userdefinedtypes.py:404
Methodtest_row_preprocessors_from_types
(self)
tests/base/unit/test_tableconverters.py:612
Functiontest_set_indexing_empty_target_normalization
()
tests/base/unit/test_collection_options.py:375
Functiontest_set_indexing_mode_case_normalization
()
tests/base/unit/test_collection_options.py:391
Methodtest_spawnerdatabase_astradbdatabaseadmin_asyncprovided
(self)
tests/base/unit/test_admin_conversions.py:586
Methodtest_spawnerdatabase_astradbdatabaseadmin_notprovided
(self)
tests/base/unit/test_admin_conversions.py:547
Methodtest_spawnerdatabase_astradbdatabaseadmin_syncprovided
(self)
tests/base/unit/test_admin_conversions.py:569
Methodtest_spawnerdatabase_dataapidatabaseadmin_asyncprovided
(self)
tests/base/unit/test_admin_conversions.py:620
Methodtest_spawnerdatabase_dataapidatabaseadmin_notprovided
(self)
tests/base/unit/test_admin_conversions.py:558
Methodtest_spawnerdatabase_dataapidatabaseadmin_syncprovided
(self)
tests/base/unit/test_admin_conversions.py:603
Functiontest_static_token_provider
()
tests/base/unit/test_token_providers.py:31
Methodtest_strenum_coerce
(self)
tests/base/unit/test_strenum.py:36
Methodtest_strenum_contains
(self)
tests/base/unit/test_strenum.py:28
Methodtest_table_basic_crd_async
( self, async_database: AsyncDatabase, )
tests/base/integration/tables/test_table_lifecycle_async.py:88
Methodtest_table_basic_crd_sync
( self, sync_database: Database, )
tests/base/integration/tables/test_table_lifecycle_sync.py:88
Methodtest_table_bm25_dml_async
( self, async_empty_table_textindex: DefaultAsyncTable, )
tests/base/integration/tables/test_table_generalbm25_async.py:24
Methodtest_table_bm25_dml_sync
( self, sync_empty_table_textindex: DefaultTable, )
tests/base/integration/tables/test_table_generalbm25_sync.py:24
Methodtest_table_collectionindexes_async
( self, async_database: AsyncDatabase, )
tests/base/integration/tables/test_table_lifecycle_async.py:438
Methodtest_table_collectionindexes_sync
( self, sync_database: Database, )
tests/base/integration/tables/test_table_lifecycle_sync.py:440
Methodtest_table_command_async
( self, async_empty_table_simple: DefaultAsyncTable, )
tests/base/integration/tables/test_table_dml_async.py:996
Methodtest_table_command_sync
( self, sync_empty_table_simple: DefaultTable, )
tests/base/integration/tables/test_table_dml_sync.py:974
Methodtest_table_count_documents_async
( self, httpserver: HTTPServer, mock_atable: DefaultAsyncTable, )
tests/base/unit/test_table_dry_methods.py:106
Methodtest_table_count_documents_sync
( self, httpserver: HTTPServer, mock_table: DefaultTable, )
tests/base/unit/test_table_dry_methods.py:80
Methodtest_table_cqldriven_counter_async
( self, cql_session: Session, async_database: AsyncDatabase, )
tests/base/integration/tables/test_table_cqldriven_dml_async.py:57
Methodtest_table_cqldriven_counter_sync
( self, cql_session: Session, sync_database: Database, )
tests/base/integration/tables/test_table_cqldriven_dml_sync.py:57
Methodtest_table_cqldriven_lowsupport_async
( self, cql_session: Session, async_database: AsyncDatabase, )
tests/base/integration/tables/test_table_cqldriven_dml_async.py:81
Methodtest_table_cqldriven_lowsupport_sync
( self, cql_session: Session, sync_database: Database, )
tests/base/integration/tables/test_table_cqldriven_dml_sync.py:81
Methodtest_table_cursors_closed_properties_async
( self, filled_composite_atable: DefaultAsyncTable, )
tests/base/integration/tables/test_table_cursor_async.py:120
Methodtest_table_cursors_closed_properties_sync
( self, filled_composite_table: DefaultTable, )
tests/base/integration/tables/test_table_cursor_sync.py:118
Methodtest_table_cursors_collective_methods_async
( self, filled_composite_atable: DefaultAsyncTable, )
tests/base/integration/tables/test_table_cursor_async.py:317
Methodtest_table_cursors_collective_methods_sync
( self, filled_composite_table: DefaultTable, )
tests/base/integration/tables/test_table_cursor_sync.py:315
Methodtest_table_cursors_early_closing_async
( self, filled_composite_atable: DefaultAsyncTable, )
tests/base/integration/tables/test_table_cursor_async.py:258
Methodtest_table_cursors_early_closing_sync
( self, filled_composite_table: DefaultTable, )
tests/base/integration/tables/test_table_cursor_sync.py:256
← previousnext →1,801–1,900 of 2,040, ranked by callers