MCPcopy Create free account

hub / github.com/datastax/astrapy / functions

Functions2,040 in github.com/datastax/astrapy

Method__init__
(self, *, fields: dict[str, str])
astrapy/data/info/table_descriptor/type_altering.py:192
Method__init__
( self, *, fields: dict[str, TableColumnTypeDescriptor | dict[str, Any] | str], )
astrapy/data/info/table_descriptor/type_creation.py:90
Method__init__
( self, column: str | dict[str, str], options: TableIndexOptions | UnsetType = _UNSET,
astrapy/data/info/table_descriptor/table_indexes.py:335
Method__init__
( self, column: str, options: TableVectorIndexOptions, )
astrapy/data/info/table_descriptor/table_indexes.py:408
Method__init__
( self, column: str, options: TableTextIndexOptions, )
astrapy/data/info/table_descriptor/table_indexes.py:479
Method__init__
( self, column: str, api_support: TableAPIIndexSupportDescriptor, )
astrapy/data/info/table_descriptor/table_indexes.py:611
Method__init__
( self, name: str, definition: TableBaseIndexDefinition, index_type: TableInde
astrapy/data/info/table_descriptor/table_indexes.py:687
Method__init__
( self, text: str, *, server_max_count_exceeded: bool, )
astrapy/exceptions/collection_exceptions.py:47
Method__init__
( self, text: str, *, server_max_count_exceeded: bool, )
astrapy/exceptions/table_exceptions.py:37
Method__init__
(self, error_dict: dict[str, Any])
astrapy/exceptions/devops_api_exceptions.py:50
Method__init__
( self, text: str | None, *, httpx_error: httpx.HTTPStatusError, error
astrapy/exceptions/devops_api_exceptions.py:76
Method__init__
( self, text: str, *, timeout_type: str, endpoint: str | None,
astrapy/exceptions/devops_api_exceptions.py:153
Method__init__
( self, text: str, raw_response: dict[str, Any] | None, )
astrapy/exceptions/devops_api_exceptions.py:182
Method__init__
( self, text: str | None = None, *, command: dict[str, Any] | None = None,
astrapy/exceptions/devops_api_exceptions.py:208
Method__init__
( self, *, request_ms: int | None, nominal_ms: int | None = None, labe
astrapy/exceptions/__init__.py:169
Method__init__
( self, overall_timeout_ms: int | None, dev_ops_api: bool = False, timeout_lab
astrapy/exceptions/__init__.py:207
Method__init__
( self, text: str | None, *, command: dict[str, Any] | None, raw_respo
astrapy/exceptions/data_api_exceptions.py:63
Method__init__
( self, text: str | None, *, httpx_error: httpx.HTTPStatusError, error
astrapy/exceptions/data_api_exceptions.py:139
Method__init__
( self, text: str, *, timeout_type: str, endpoint: str | None,
astrapy/exceptions/data_api_exceptions.py:214
Method__init__
( self, text: str, raw_response: dict[str, Any] | None, )
astrapy/exceptions/data_api_exceptions.py:269
Method__init__
(self, error_dict: dict[str, str] | str)
astrapy/exceptions/error_descriptors.py:144
Method__init__
(self)
astrapy/settings/definitions/definitions_data.py:30
Method__init__
(self)
astrapy/settings/definitions/definitions_data.py:43
Method__init__
(self)
astrapy/settings/definitions/definitions_data.py:57
Method__init__
(self)
astrapy/settings/definitions/definitions_data.py:72
Method__init__
(self)
astrapy/settings/definitions/definitions_admin.py:26
Method__init__
( self, signum: int, months: int, days: int, nanoseconds: int, )
astrapy/data_types/data_api_duration.py:61
Method__init__
(self, source: Iterable[tuple[T, U]] | dict[T, U] = [])
astrapy/data_types/data_api_map.py:49
Method__init__
(self, vector: list[float] = [])
astrapy/data_types/data_api_vector.py:101
Method__init__
( self, hour: int, minute: int = 0, second: int = 0, nanosecond: int = 0 )
astrapy/data_types/data_api_time.py:77
Method__init__
(self, year: int, month: int, day: int)
astrapy/data_types/data_api_date.py:89
Method__init__
(self, items: Iterable[T] = [])
astrapy/data_types/data_api_set.py:42
Method__init__
( self, initial: Mapping[str, Any] | Iterable[tuple[Any, Any]] | None = None, **kwargs
astrapy/data_types/data_api_dict_udt.py:40
Method__init__
( self, *, api_options: FullAPIOptions, )
astrapy/admin/admin.py:464
Method__init__
( self, *, api_endpoint: str, api_options: FullAPIOptions, spawner_dat
astrapy/admin/admin.py:3136
Method__init__
( self, *, api_endpoint: str, api_options: FullAPIOptions, spawner_dat
astrapy/admin/admin.py:4393
Method__init__
( self, rich_list: list[dict[str, Any]], )
tests/base/unit/test_observing_events.py:423
Method__init__
( self, id_list: list[str | None], )
tests/base/unit/test_observing_events.py:511
Method__init__
( self, evt_map: dict[ObservableEventType, list[ObservableEvent]] )
tests/base/unit/test_event_observers.py:69
Method__iter__
( self: CollectionFindAndRerankCursor[TRAW, T], )
astrapy/data/cursors/farr_cursor.py:265
Method__iter__
(self: CollectionFindCursor[TRAW, T])
astrapy/data/cursors/find_cursor.py:229
Method__iter__
(self: TableFindCursor[TRAW, T])
astrapy/data/cursors/find_cursor.py:1711
Method__iter__
(self)
astrapy/data_types/data_api_map.py:73
Method__iter__
(self)
astrapy/data_types/data_api_vector.py:105
Method__iter__
(self)
astrapy/data_types/data_api_set.py:51
Method__le__
(self, other: Any)
astrapy/data_types/data_api_timestamp.py:111
Method__le__
(self, other: Any)
astrapy/data_types/data_api_time.py:108
Method__le__
(self, other: Any)
astrapy/data_types/data_api_date.py:113
Method__le__
(self, other: Any)
astrapy/data_types/data_api_set.py:82
Method__len__
(self)
astrapy/data_types/data_api_map.py:76
Method__len__
(self)
astrapy/data_types/data_api_set.py:45
Method__lt__
(self, other: Any)
astrapy/data_types/data_api_timestamp.py:117
Method__lt__
(self, other: Any)
astrapy/data_types/data_api_time.py:116
Method__lt__
(self, other: Any)
astrapy/data_types/data_api_date.py:121
Method__lt__
(self, other: Any)
astrapy/data_types/data_api_set.py:85
Method__ne__
(self, other: Any)
astrapy/data_types/data_api_set.py:71
Method__new__
(cls)
astrapy/utils/unset.py:21
Method__next__
(self)
astrapy/data/cursors/farr_cursor.py:271
Method__next__
(self)
astrapy/data/cursors/find_cursor.py:233
Method__or__
Implement the logic as for "token_str_a or token_str_b" for the TokenProvider, with the None token being the 'falsey' case. T
astrapy/authentication.py:146
Method__or__
(self, other: Any)
astrapy/data_types/data_api_set.py:99
Method__reduce__
(self)
astrapy/data_types/data_api_duration.py:95
Method__reduce__
(self)
astrapy/data_types/data_api_timestamp.py:108
Method__reduce__
(self)
astrapy/data_types/data_api_map.py:110
Method__reduce__
(self)
astrapy/data_types/data_api_time.py:105
Method__reduce__
(self)
astrapy/data_types/data_api_date.py:110
Method__reduce__
(self)
astrapy/data_types/data_api_set.py:60
Method__repr__
(self)
astrapy/results.py:53
Method__repr__
(self)
astrapy/results.py:74
Method__repr__
(self)
astrapy/results.py:95
Method__repr__
(self)
astrapy/results.py:129
Method__repr__
(self)
astrapy/results.py:152
Method__repr__
(self)
astrapy/results.py:176
Method__repr__
(self)
astrapy/client.py:134
Method__repr__
(self)
astrapy/authentication.py:144
Method__repr__
(self)
astrapy/authentication.py:198
Method__repr__
(self)
astrapy/authentication.py:245
Method__repr__
(self)
astrapy/authentication.py:277
Method__repr__
(self)
astrapy/authentication.py:354
Method__repr__
(self)
astrapy/authentication.py:424
Method__repr__
(self)
astrapy/authentication.py:497
Method__repr__
(self)
astrapy/utils/api_options.py:1078
Method__repr__
(self)
astrapy/utils/api_options.py:1281
Method__repr__
(self)
astrapy/utils/unset.py:26
Method__repr__
(self)
astrapy/utils/api_commander.py:235
Method__repr__
(self)
astrapy/data/database.py:155
Method__repr__
(self)
astrapy/data/database.py:2377
Method__repr__
(self)
astrapy/data/table.py:335
Method__repr__
(self)
astrapy/data/table.py:3387
Method__repr__
(self)
astrapy/data/collection.py:280
Method__repr__
(self)
astrapy/data/collection.py:3260
Method__repr__
(self)
astrapy/data/cursors/pagination.py:50
Method__repr__
(self)
astrapy/data/cursors/pagination.py:90
Method__repr__
(self)
astrapy/data/cursors/farr_cursor.py:258
Method__repr__
(self)
astrapy/data/cursors/farr_cursor.py:1145
Method__repr__
(self)
astrapy/data/cursors/find_cursor.py:222
Method__repr__
(self)
astrapy/data/cursors/find_cursor.py:1013
Method__repr__
(self)
astrapy/data/cursors/find_cursor.py:1704
Method__repr__
(self)
astrapy/data/cursors/find_cursor.py:2492
Method__repr__
(self)
astrapy/data/info/reranking.py:110
← previousnext →601–700 of 2,040, ranked by callers