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/p/l/plexnet-HEAD/third_party/generic/pypy/py/path/common.py plexnet(Download)
def _gethashinstance(self, hashtype): if hashtype == "md5": return py.std.md5.md5() elif hashtype == "sha": return py.std.sha.sha()