标签:collect ack 文件夹 mat win def 新建 return match
Collecting fcntl
Could not find a version that satisfies the requirement fcntl (from versions: )
No matching distribution found for fcntl
# fcntl.py
def fcntl(fd, op, arg=0):
return 0
def ioctl(fd, op, arg=0, mutable_flag=True):
if mutable_flag:
return 0
else:
return ""
def flock(fd, op):
return
def lockf(fd, operation, length=0, start=0, whence=0):
return
---------------------
标签:collect ack 文件夹 mat win def 新建 return match
原文地址:https://www.cnblogs.com/mxh1099/p/10265260.html