Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Classes | Functions | Variables
encodings.rot_13 Namespace Reference

Classes

class  Codec
 Codec APIs. More...
 
class  IncrementalEncoder
 
class  IncrementalDecoder
 
class  StreamWriter
 
class  StreamReader
 

Functions

def getregentry
 
def rot13
 Filter API. More...
 

Variables

tuple decoding_map = codecs.make_identity_dict(range(256))
 Decoding Map. More...
 
tuple encoding_map = codecs.make_encoding_map(decoding_map)
 Encoding Map. More...
 

Function Documentation

def encodings.rot_13.getregentry ( )
def encodings.rot_13.rot13 (   infile,
  outfile 
)

Filter API.

Variable Documentation

tuple encodings.rot_13.decoding_map = codecs.make_identity_dict(range(256))

Decoding Map.

tuple encodings.rot_13.encoding_map = codecs.make_encoding_map(decoding_map)

Encoding Map.

Copyright 2014 Google Inc. All rights reserved.