• 大小: 284B
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-06
  • 语言: Python
  • 标签: python  fcntl  

资源简介

解决python错误问题:importerror no module named fcntl

资源截图

代码片段和文件信息

def fcntl(fd op arg=0):
    return 0
        
def ioctl(fd op arg=0 mutable_flag=True):
    if mutable_flag:
        return 0
   

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         268  2018-12-27 17:12  fcntl.py

评论

共有 条评论