Method__init__(
self,
*,
fields: dict[str, TableColumnTypeDescriptor | dict[str, Any] | str],
)
astrapy/data/info/table_descriptor/type_creation.py:90
Method__init__(
self,
text: str,
*,
timeout_type: str,
endpoint: str | None,
astrapy/exceptions/devops_api_exceptions.py:153
Method__init__(
self,
text: str | None = None,
*,
command: dict[str, Any] | None = None,
astrapy/exceptions/devops_api_exceptions.py:208
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,
*,
timeout_type: str,
endpoint: str | None,
astrapy/exceptions/data_api_exceptions.py:214
Method__init__(
self,
signum: int,
months: int,
days: int,
nanoseconds: int,
)
astrapy/data_types/data_api_duration.py:61