Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/p/y/py360-HEAD/gamertags.py py360(Download)
# This test is to exclude deleted profiles and defunct directories if None != part.get_file(path): profile = stfs.STFS(filename = None, fd = part.open_fd(path)) # The account block is always at /Account in the STFS archive
src/p/y/py360-HEAD/report360.py py360(Download)
if xboxmagic.find_type(data = x.read_file(filename, size=0x10)) == "STFS": self.output("Processing STFS file %s" % filename, self.errfd) s = stfs.STFS(filename, fd=x.open_fd(filename)) self.print_stfs(s)