source.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:imgkit 作者: jarrekk 项目源码 文件源码
def isFile(self, path=None):
        # dirty hack to check where file is opened with codecs module
        # (because it returns 'instance' type when encoding is specified
        if path:
            return isinstance(path, io.IOBase) or path.__class__.__name__ == 'StreamReaderWriter'
        else:
            return 'file' in self.type
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号