omfit_补丁

omfit-patch的Python项目详细描述


PATCH用作OMFIT项目一部分的文件:https://omfit.io/

提供:

  • OMFITpatch公司
  • OMFITpatchObject
  • OMFITpatchList公司

要求:

  • 数量=1.12
  • 不确定性>;=3
  • omfit_ascii==2020.12.2.22.59
  • omfit_路径==2020.12.2.22.59
  • omfit_commonclasses==2020.12.2.22.59

作者:

https://omfit.io/contributors.html

文件:

OMFITpatch公司

Parses DIII-D PCS patch panel files.

Several types of files are recognized:
- Type-F: F-coil patch panel in ASCII archival format.
- Type-P: F-coil patch panel in binary format. Can be converted to type-F by
  changing .patch_type attribute and executing .add_c_coil() method. May be obsolete.
- Type-I: I&C coil patch panel in ASCII format.

OMFITpatchObject

^{pr2}$

OMFITpatchList公司

Handles list-like data within patch panels.

__setitem__ notifies parent object of new assignment so values index/name pairs can be kept self consistent.
Without this intervention, a list's element can be changed without changing the list itself and so the parent
OMFITpatchObject instance gets no notification, and lists of chopper indices and chopper names can get out of sync.

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

推荐PyPI第三方库


热门话题
JavaEclipseMars没有保存首选项   java梯度同步失败:原因:启动失败:   java如何从嵌套的JSON获取数据?   java如何判断可观察对象中的任何对象满足一个条件?   java将字符串转换为保持相同值的byte[]数组   java有没有办法绕过AuditingEntityListener为测试设置数据?   从/usr/share/java中解析linux JAR依赖关系   安卓 My java函数抛出nullpointerexception?   java Gradle使用正确版本的依赖项   JBoss和Java6中带注释的WebService中的web服务ClassCastException   java如何修复codename one中的简单逻辑错误?   java如何迭代矩阵的索引?   java如何在JPanel不可见时将其保存为图像?   java HashMap如何在Kotlin中实现MutableMap接口?   javascript如何在单击后加载特定片段?   EclipseJava为纳什均衡获取所有玩家/策略组合   JavaSpring:Web服务REST在JSON上产生双反斜杠   java为什么ServletContext#getRealPath(“/”)返回相对路径?   java当我的游戏应该重新启动时,我应该如何处理重置SurfaceView和线程?