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_tableindex_creationdictpatterns_async
( self, async_database: AsyncDatabase, )
tests/base/integration/tables/test_table_lifecycle_async.py:787
Method
test_tableindex_creationdictpatterns_sync
( self, sync_database: Database, )
tests/base/integration/tables/test_table_lifecycle_sync.py:777
Method
test_tableindex_creationobjpatterns_async
( self, async_database: AsyncDatabase, )
tests/base/integration/tables/test_table_lifecycle_async.py:886
Method
test_tableindex_creationobjpatterns_sync
( self, sync_database: Database, )
tests/base/integration/tables/test_table_lifecycle_sync.py:876
Method
test_textindexdefinition_parsing
(self)
tests/base/unit/test_tabledescriptors.py:619
Function
test_token_provider_equality
()
tests/base/unit/test_token_providers.py:66
Function
test_token_provider_inheritance_yield
()
tests/base/unit/test_token_providers.py:91
Method
test_tokenless_client_async
( self, data_api_credentials_kwargs: DataAPICredentials, data_api_credentials_info: Da
tests/base/integration/collections/test_collection_ddl_async.py:420
Method
test_tokenless_client_sync
( self, data_api_credentials_kwargs: DataAPICredentials, data_api_credentials_info: Da
tests/base/integration/collections/test_collection_ddl_sync.py:417
Method
test_udt_preprocessing_dataapidictudt
(self)
tests/base/unit/test_tpreprocessors_userdefinedtypes.py:126
Method
test_udt_preprocessing_registeredclass
(self)
tests/base/unit/test_tpreprocessors_userdefinedtypes.py:181
Method
test_udt_preprocessing_unregisteredclass
(self)
tests/base/unit/test_tpreprocessors_userdefinedtypes.py:154
Method
test_udt_serdesoptions_sanitycheck
(self)
tests/base/unit/test_tpreprocessors_userdefinedtypes.py:122
Method
test_unescape_field_path
(self)
tests/base/unit/test_document_paths.py:79
Method
test_unsupportedindexdefinition_parsing
(self)
tests/base/unit/test_tabledescriptors.py:633
Method
test_update_many_timeout_exceptions_async
( self, async_collection: DefaultAsyncCollection, )
tests/base/integration/collections/test_collection_timeout_async.py:119
Method
test_update_many_timeout_exceptions_sync
( self, sync_collection: DefaultCollection, )
tests/base/integration/collections/test_collection_timeout_sync.py:115
Function
test_username_password_token_provider
()
tests/base/unit/test_token_providers.py:39
Method
test_vectorindexdefinition_parsing
(self)
tests/base/unit/test_tabledescriptors.py:597
Method
test_vectorize_usage_auth_type_header_sync
( self, sync_database: Database, testable_vectorize_model: dict[str, Any], )
tests/vectorize/integration/test_vectorize_providers.py:91
Method
test_vectorize_usage_auth_type_none_sync
( self, sync_database: Database, testable_vectorize_model: dict[str, Any], )
tests/vectorize/integration/test_vectorize_providers.py:205
Method
test_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
Method
to_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
Method
to_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
Method
to_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
Method
to_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
Method
to_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
Method
to_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
Method
u_mapper
(doc: dict[str, Any])
tests/base/integration/collections/test_collection_typing.py:246
Method
update_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
Method
update_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
Method
update_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
Method
update_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
Method
use_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
Method
with_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
Method
with_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
Method
with_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
Method
with_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
Method
with_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
Function
wrapper
(*args: P.args, **kwargs: P.kwargs)
astrapy/utils/meta.py:89
← previous
2,001–2,040 of 2,040, ranked by callers