Package translate :: Package storage :: Module rc
[hide private]
[frames] | no frames]

Module rc

source code

classes that hold units of .rc files (rcunit) or entire files (rcfile) these files are used in translating Windows Resources


Note: This implementation is based mostly on observing WINE .rc files, these should mimic other non-WINE .rc files.

Classes [hide private]
  rcunit
a unit of an rc file
  rcfile
this class represents a .rc file, made up of rcunits
Functions [hide private]
 
escape_to_python(string)
escape a given .rc string into a valid Python string
source code
 
escape_to_rc(string)
escape a given Python string into a valid .rc string
source code