MCPcopy Create free account
hub / github.com/ActiveState/code / extract_text

Method extract_text

recipes/Python/578076_Markov/recipe-578076.py:252–255  ·  view source on GitHub ↗

Extract text message from string using built key and primer.

(self, string)

Source from the content-addressed store, hash-verified

250 return cipher
251
252 def extract_text(self, string):
253 "Extract text message from string using built key and primer."
254 text, primer = me.decrypt_str(string, self.key, self.primer)
255 return text
256
257 ########################################################################
258

Callers 1

decodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected