积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(56)Python(55)Scrapy(23)Tornado(16)云计算&大数据(14)Pandas(14)C++(1)

语言

全部英语(67)中文(简体)(3)

格式

全部PDF文档 PDF(49)其他文档 其他(21)
 
本次搜索耗时 0.063 秒,为您找到相关结果约 70 个.
  • 全部
  • 后端开发
  • Python
  • Scrapy
  • Tornado
  • 云计算&大数据
  • Pandas
  • C++
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • epub文档 Mypy 1.8.0 Documentation

    Welcome to mypy documentation! Mypy is a static type checker for Python. Type checkers help ensure that you’re using variables and functions in your code correctly. With mypy, add type hints (PEP 484 Python programs, and mypy will warn you when you use those types incorrectly. Python is a dynamic language, so usually you’ll only see errors in your code when you attempt to run it. Mypy is a static checker hints for mypy does not interfere with the way your program would otherwise run. Think of type hints as similar to comments! You can always use the Python interpreter to run your code, even if mypy reports
    0 码力 | 318 页 | 271.55 KB | 1 年前
    3
  • pdf文档 Mypy 1.8.0 Documentation

    Mypy Documentation Release 1.8.0 Jukka Dec 21, 2023 FIRST STEPS 1 Contents 3 1.1 Getting started . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.2 sheet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 1.3 Using mypy with an existing codebase . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 . . . . . . . . . . . . . 111 1.20 Running mypy and managing imports . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112 1.21 The mypy command line . . . . . . . . . . . . . . .
    0 码力 | 234 页 | 902.89 KB | 1 年前
    3
  • epub文档 Mypy 1.10.0+dev Documentation

    Welcome to mypy documentation! Mypy is a static type checker for Python. Type checkers help ensure that you’re using variables and functions in your code correctly. With mypy, add type hints (PEP 484 Python programs, and mypy will warn you when you use those types incorrectly. Python is a dynamic language, so usually you’ll only see errors in your code when you attempt to run it. Mypy is a static checker hints for mypy does not interfere with the way your program would otherwise run. Think of type hints as similar to comments! You can always use the Python interpreter to run your code, even if mypy reports
    0 码力 | 318 页 | 270.84 KB | 1 年前
    3
  • pdf文档 Mypy 1.10.0+dev Documentation

    Mypy Documentation Release 1.10.0+dev.790e8a73d8671a41cae419b4ea07579bfb2bc292.dirty Jukka Feb 20, 2024 FIRST STEPS 1 Contents 3 1.1 Getting started . . . . . . . . . . . . . . . . . . . . . . . sheet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 1.3 Using mypy with an existing codebase . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 . . . . . . . . . . . . . 111 1.20 Running mypy and managing imports . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112 1.21 The mypy command line . . . . . . . . . . . . . . .
    0 码力 | 234 页 | 913.89 KB | 1 年前
    3
  • pdf文档 5 刘知杭 静态类型的Python

    静态类型的Python Lyzh(刘知杭) 目录 CONTENTS 有关类型的概念 使用mypy对Python源 代码进行静态分析 代数数据类型 拓展知识 关于类型的一些基本概念 有类型不等于有类型系统 动态语言类型化的必要性 不久前的一个案例 正文 类型的概念 CPython定义了PyObject这个 结构体作为对象头。 CPython中的类型,是指在对 象头中指向类型元信息的指针。 类型系统的分类——声明式类型系统与结构化类型系统 声明类型系统通过名字来检查类型 鸭子类型——一个object,你看它长得像鸭子,行为也像鸭子,那他就是鸭子。 结构类型系统检查类型的形状而非名字 MYPY与Python标准支持 Python标准——指PEP484和PEP3107 PEP 3107 – Function Annotations 由于Python2中缺少缺少注释函数参数和返回值的标准,因此出现了各种工具和库来填 该PEP旨在为类型注释提供标准语法,开放Python代码以简化静态分析和重构,潜 在的运行时类型检查,以及(可能在某些情况下)利用类型信息生成代码。 在这些目标中,静态分析是最重要的。这包括对类型检查器(如mypy)的支持, 以及提供可由IDE实现的代码重构操作。 虽然这些注释可以在运行时通过 __annotations__ 属性拿到,但在运行时不会进行 类型检查。相反,该提案假定存在一个单独的第三方的类型检查器,用户可以自由
    0 码力 | 42 页 | 6.87 MB | 1 年前
    3
  • pdf文档 Cooperative C++ Evolution

    == 2 x == 1.5 Manual migration + tools (2to3, Pylint, Futurize, Modernize, caniusepython3, tox, mypy) 2017: Most Python code still written in “23” 2020: 2.x frozen and unsupported 2023: Still used == 2 x == 1.5 Manual migration + tools (2to3, Pylint, Futurize, Modernize, caniusepython3, tox, mypy) 2017: Most Python code still written in “23” 2020: 2.x frozen and unsupported 2023: Still used == 2 x == 1.5 Manual migration + tools (2to3, Pylint, Futurize, Modernize, caniusepython3, tox, mypy) 2017: Most Python code still written in “23” 2020: 2.x frozen and unsupported 2023: Still used
    0 码力 | 85 页 | 5.73 MB | 5 月前
    3
  • pdf文档 03. 杜逸先 Python3 的新特性和改进

    type hints Python3的新特性和改进——新的理念和编程方法 type hints:代码即文档 Python3的新特性和改进——新的理念和编程方法 type hints:使用mypy进行静态类型检查 Python3的新特性和改进——新的理念和编程方法 type hints:更好地利用IDE 2 Python3的新特性和改进 ——其他变化 Python3的新特性和改进——其他变化
    0 码力 | 78 页 | 2.28 MB | 1 年前
    3
  • epub文档 Tornado 6.1 Documentation

    changes Tornado now includes type annotations compatible with mypy. These annotations will be used when type-checking your application with mypy, and may be usable in editors and other tools. Tornado now Availability: Unix """ if sys.platform == "win32": # The exact form of this condition matters to mypy; it understands # if but not assert in this context. raise Exception("fork not available typing.TYPE_CHECKING: # Coroutine wasn't added to typing until 3.5.3, so only import it # when mypy is running and use forward references. from typing import Coroutine # noqa: F401 _ExcInfoTuple
    0 码力 | 931 页 | 708.03 KB | 1 年前
    3
  • pdf文档 06. 李欣宜 扩展Python的语法和语义

    works for Linux users) 4 下班时在干什么? 有没有空? 可以来contribute吗? 添加一个新的扩展? 理由? 实际的use case? 为扩展添加静态检查支持(mypy plugins)? 文档? THANK YOU thautwarm: - github.com/thautwarm - twshere@outlook.com 李欣宜: - github
    0 码力 | 39 页 | 3.69 MB | 1 年前
    3
  • pdf文档 The Python Handbook

    annotate variables: count: int = 0 Python will ignore those annotations. A separate tool called mypy can be run standalone, or integrated by IDE like VS Code or PyCharm to automatically check for
    0 码力 | 93 页 | 7.31 MB | 1 年前
    3
共 70 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
前往
页
相关搜索词
Mypy1.8Documentation1.10dev刘知静态类型PythonCooperativeC++Evolution03杜逸先Python3特性改进Tornado6.106李欣宜扩展语法语义TheHandbook
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩