setup.py 文件源码

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

项目:buildroot 作者: flutter 项目源码 文件源码
def _IsTestCaseClass(test_class):
  return (type(test_class) is types.TypeType and
          issubclass(test_class, test_case.HostDrivenTestCase) and
          test_class is not test_case.HostDrivenTestCase)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号