dir() 可以帮助查看某个 package 下面都包含那些 package import torchdir(torch) dir(torch.cuda.is_available) help() 可以查看某个函数的官方文档的注释说明 help(torch.cuda.is_available)