boto3.Batch 1.16.35服务的类型注释,由mypyboto3buider4.2.0生成

mypy-boto3-batch的Python项目详细描述


mypy-boto3-批次

PyPI - mypy-boto3-batchPyPI - Python VersionDocs

boto3.typed

的类型批注 boto3.Batch 1.16.35服务 兼容 VSCodePyCharmEmacsSublime Textmypypyright 以及其他工具。在

mypy-boto3-buider 4.2.0生成。在

更多信息可在boto3-stubs页找到。在

了解它如何帮助查找和修复潜在的错误:

boto3-stubs demo

如何安装

Batch服务安装boto3-stubs。在

python -m pip install boto3-stubs[batch]

使用

VSCode

  • 安装Python extension
  • 安装Pylance extension
  • Pylance设置为Python语言服务器
  • 在您的环境中安装boto-stubs[batch]python -m pip install 'boto3-stubs[batch]'

类型检查和自动完成都应该适用于Batch服务。 不需要显式的类型注释,请照常编写boto3代码。在

PyCharm

  • 在您的环境中安装boto-stubs[batch]python -m pip install 'boto3-stubs[batch]'

类型检查和自动完成都应该适用于Batch服务。 不需要显式的类型注释,请照常编写boto3代码。 自动完成在大型项目或安装了大量boto3-stubs子模块时可能会很慢。在

其他IDE

没有经过测试,但是只要您的IDE支持mypy或{},一切都应该正常。在

mypy

  • 安装mypypython -m pip install mypy
  • 在您的环境中安装boto-stubs[batch]python -m pip install 'boto3-stubs[batch]'
  • {cd13>像往常一样

类型检查应该适用于Batch服务。 不需要显式的类型注释,请照常编写boto3代码。在

pyright

  • 安装pyrightyarn global add pyright
  • 在您的环境中安装boto-stubs[batch]python -m pip install 'boto3-stubs[batch]'
  • 或者,您可以将boto3-stubs安装到typings文件夹中。在

类型检查应该适用于Batch服务。 不需要显式的类型注释,请照常编写boto3代码。在

显式类型批注

客户端注释

BatchClientboto3.client("batch")提供注释。在

^{pr2}$

分页器注释

mypy_boto3_batch.paginator模块包含所有分页器的类型注释。在

frommypy_boto3_batchimportBatchClientfrommypy_boto3_batch.paginatorimport(DescribeComputeEnvironmentsPaginator,DescribeJobDefinitionsPaginator,DescribeJobQueuesPaginator,ListJobsPaginator,)client:BatchClient=boto3.client("batch")# Explicit type annotations are optional here# Type should be correctly discovered by mypy and IDEs# VSCode requires explicit type annotationsdescribe_compute_environments_paginator:DescribeComputeEnvironmentsPaginator=client.get_paginator("describe_compute_environments")describe_job_definitions_paginator:DescribeJobDefinitionsPaginator=client.get_paginator("describe_job_definitions")describe_job_queues_paginator:DescribeJobQueuesPaginator=client.get_paginator("describe_job_queues")list_jobs_paginator:ListJobsPaginator=client.get_paginator("list_jobs")

键入的措辞

mypy_boto3_batch.type_defs模块包含组合的结构和形状 以进行额外的类型检查。在

frommypy_boto3_batch.type_defsimport(ArrayPropertiesDetailTypeDef,ArrayPropertiesSummaryTypeDef,ArrayPropertiesTypeDef,AttemptContainerDetailTypeDef,AttemptDetailTypeDef,ComputeEnvironmentDetailTypeDef,ComputeEnvironmentOrderTypeDef,ComputeResourceTypeDef,ComputeResourceUpdateTypeDef,ContainerDetailTypeDef,ContainerOverridesTypeDef,ContainerPropertiesTypeDef,ContainerSummaryTypeDef,CreateComputeEnvironmentResponseTypeDef,CreateJobQueueResponseTypeDef,DescribeComputeEnvironmentsResponseTypeDef,DescribeJobDefinitionsResponseTypeDef,DescribeJobQueuesResponseTypeDef,DescribeJobsResponseTypeDef,DeviceTypeDef,Ec2ConfigurationTypeDef,EvaluateOnExitTypeDef,FargatePlatformConfigurationTypeDef,HostTypeDef,JobDefinitionTypeDef,JobDependencyTypeDef,JobDetailTypeDef,JobQueueDetailTypeDef,JobSummaryTypeDef,JobTimeoutTypeDef,KeyValuePairTypeDef,LaunchTemplateSpecificationTypeDef,LinuxParametersTypeDef,ListJobsResponseTypeDef,ListTagsForResourceResponseTypeDef,LogConfigurationTypeDef,MountPointTypeDef,NetworkConfigurationTypeDef,NetworkInterfaceTypeDef,NodeDetailsTypeDef,NodeOverridesTypeDef,NodePropertiesSummaryTypeDef,NodePropertiesTypeDef,NodePropertyOverrideTypeDef,NodeRangePropertyTypeDef,PaginatorConfigTypeDef,RegisterJobDefinitionResponseTypeDef,ResourceRequirementTypeDef,RetryStrategyTypeDef,SecretTypeDef,SubmitJobResponseTypeDef,TmpfsTypeDef,UlimitTypeDef,UpdateComputeEnvironmentResponseTypeDef,UpdateJobQueueResponseTypeDef,VolumeTypeDef,)defget_structure()->ArrayPropertiesDetailTypeDef:return{...}

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
在ElasticSearch中将SearchHit转换为Java对象   第三方库类的java重写XmlAdapter   java如何使用动画类获得平滑的动画效果?   Java PDFBox如果文本内容超过PDF的第一页,如何添加新页面?   Java二叉搜索树u根到最近叶的距离   java什么是diff Scanner和BufferedReader   java如何设计不生成并行数组的程序   java多次声明变量会降低执行速度吗?   java如何使用JXLAPI读取下拉列表的值   多线程为什么自定义阻塞队列在Java中不是线程安全的   java在一个变量中每输入1000个单位,就从另一个变量中减去1?   java Mapstruct通用映射器   Java中的类能否确定它是否已被修改?   java如何在MogoOperations聚合函数中定义输出类型?