Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
Constants used in another classes.
src/c/r/cryha-1.0/lib/cryha/crypter.py cryha(Download)
""" self._randomize = common.Randomizer() # Instance of PRNG. self._schema = common.Schema() self._separator = common.Schema.SEPARATOR # Get the separator.
src/c/r/cryha-1.0/lib/cryha/hasher.py cryha(Download)
""" self._randomize = common.Randomizer() # Instance of PRNG. self._schema = common.Schema() self._separator = common.Schema.SEPARATOR # Get the separator.