benchling_api_client.api.dna_sequences.autofill_dna_sequence_parts module

async asyncio(*, client: Client, json_body: AutofillSequences) Optional[Union[AsyncTaskLink, BadRequestError]]

Autofill DNA sequence parts

async asyncio_detailed(*, client: Client, json_body: AutofillSequences) Response[Union[AsyncTaskLink, BadRequestError]]
sync(*, client: Client, json_body: AutofillSequences) Optional[Union[AsyncTaskLink, BadRequestError]]

Autofill DNA sequence parts

sync_detailed(*, client: Client, json_body: AutofillSequences) Response[Union[AsyncTaskLink, BadRequestError]]