Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/c/a/calibre-HEAD/src/calibre/utils/fonts/sfnt/cff/writer.py calibre(Download)
def compile(self): ans = pack(b'>B', 0) sids = [self.strings(x) for x in self] ans += pack(('>%dH'%len(self)).encode('ascii'), *sids) self.raw = ans