MCPcopy Create free account

hub / github.com/datastax/astrapy / functions

Functions2,040 in github.com/datastax/astrapy

Methodtest_tableindex_creationdictpatterns_async
( self, async_database: AsyncDatabase, )
tests/base/integration/tables/test_table_lifecycle_async.py:787
Methodtest_tableindex_creationdictpatterns_sync
( self, sync_database: Database, )
tests/base/integration/tables/test_table_lifecycle_sync.py:777
Methodtest_tableindex_creationobjpatterns_async
( self, async_database: AsyncDatabase, )
tests/base/integration/tables/test_table_lifecycle_async.py:886
Methodtest_tableindex_creationobjpatterns_sync
( self, sync_database: Database, )
tests/base/integration/tables/test_table_lifecycle_sync.py:876
Methodtest_textindexdefinition_parsing
(self)
tests/base/unit/test_tabledescriptors.py:619
Functiontest_token_provider_equality
()
tests/base/unit/test_token_providers.py:66
Functiontest_token_provider_inheritance_yield
()
tests/base/unit/test_token_providers.py:91
Methodtest_tokenless_client_async
( self, data_api_credentials_kwargs: DataAPICredentials, data_api_credentials_info: Da
tests/base/integration/collections/test_collection_ddl_async.py:420
Methodtest_tokenless_client_sync
( self, data_api_credentials_kwargs: DataAPICredentials, data_api_credentials_info: Da
tests/base/integration/collections/test_collection_ddl_sync.py:417
Methodtest_udt_preprocessing_dataapidictudt
(self)
tests/base/unit/test_tpreprocessors_userdefinedtypes.py:126
Methodtest_udt_preprocessing_registeredclass
(self)
tests/base/unit/test_tpreprocessors_userdefinedtypes.py:181
Methodtest_udt_preprocessing_unregisteredclass
(self)
tests/base/unit/test_tpreprocessors_userdefinedtypes.py:154
Methodtest_udt_serdesoptions_sanitycheck
(self)
tests/base/unit/test_tpreprocessors_userdefinedtypes.py:122
Methodtest_unescape_field_path
(self)
tests/base/unit/test_document_paths.py:79
Methodtest_unsupportedindexdefinition_parsing
(self)
tests/base/unit/test_tabledescriptors.py:633
Methodtest_update_many_timeout_exceptions_async
( self, async_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_timeout_async.py:119
Methodtest_update_many_timeout_exceptions_sync
( self, sync_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_timeout_sync.py:115
Functiontest_username_password_token_provider
()
tests/base/unit/test_token_providers.py:39
Methodtest_vectorindexdefinition_parsing
(self)
tests/base/unit/test_tabledescriptors.py:597
Methodtest_vectorize_usage_auth_type_header_sync
( self, sync_database: Database, testable_vectorize_model: dict[str, Any], )
tests/vectorize/integration/test_vectorize_providers.py:91
Methodtest_vectorize_usage_auth_type_none_sync
( self, sync_database: Database, testable_vectorize_model: dict[str, Any], )
tests/vectorize/integration/test_vectorize_providers.py:205
Methodtest_vectorize_usage_auth_type_shared_secret_sync
( self, sync_database: Database, testable_vectorize_model: dict[str, Any], )
tests/vectorize/integration/test_vectorize_providers.py:289
Methodto_list
Materialize all documents that remain to be consumed from a cursor into a list. Calling this method on a CLOSED cursor results in an
astrapy/data/cursors/farr_cursor.py:764
Methodto_list
Materialize all documents that remain to be consumed from a cursor into a list. Calling this method on a CLOSED cursor results in an
astrapy/data/cursors/farr_cursor.py:1574
Methodto_list
Materialize all documents that remain to be consumed from a cursor into a list. Calling this method on a CLOSED cursor results in an
astrapy/data/cursors/find_cursor.py:648
Methodto_list
Materialize all documents that remain to be consumed from a cursor into a list. Calling this method on a CLOSED cursor results in an
astrapy/data/cursors/find_cursor.py:1369
Methodto_list
Materialize all rows that remain to be consumed from a cursor into a list. Calling this method on a CLOSED cursor results in an erro
astrapy/data/cursors/find_cursor.py:2847
Methodto_naive_datetime
Convert the DataAPITimestamp into a standard-library naive `datetime.datetime` value, i.e. one without attached timezone/offset info
astrapy/data_types/data_api_timestamp.py:178
Methodu_mapper
(doc: dict[str, Any])
tests/base/integration/collections/test_collection_typing.py:246
Methodupdate_many
Apply an update operation to all documents matching a condition, optionally inserting one documents in absence of matches. A
astrapy/data/collection.py:5469
Methodupdate_one
Update a single document on the table, changing some or all of the columns, with the implicit behaviour of inserting a new row if no
astrapy/data/table.py:5844
Methodupdate_one
Update a single document on the collection as requested, optionally inserting a new one if no match is found. Args:
astrapy/data/collection.py:2421
Methodupdate_one
Update a single document on the collection as requested, optionally inserting a new one if no match is found. Args:
astrapy/data/collection.py:5347
Methoduse_keyspace
Switch to a new working keyspace for this database. This method changes (mutates) the AsyncDatabase instance. Note that this
astrapy/data/database.py:2574
Methodwith_options
Create a clone of this table with some changed attributes. Args: embedding_api_key: optional API key(s) for interacting
astrapy/data/table.py:3482
Methodwith_override
Given an "overriding" set of options, possibly not defined in all its attributes, apply the override logic and return a new full opti
astrapy/utils/api_options.py:226
Methodwith_override
Given an "overriding" set of options, possibly not defined in all its attributes, apply the override logic and return a new full opti
astrapy/utils/api_options.py:612
Methodwith_override
Given an "overriding" set of options, possibly not defined in all its attributes, apply the override logic and return a new full opti
astrapy/utils/api_options.py:743
Methodwith_override
Given an "overriding" set of options, possibly not defined in all its attributes, apply the override logic and return a new full opti
astrapy/utils/api_options.py:834
Functionwrapper
(*args: P.args, **kwargs: P.kwargs)
astrapy/utils/meta.py:89
← previous2,001–2,040 of 2,040, ranked by callers