Home | Trees | Indices | Help |
---|
|
Internal module providing name escaping functionality. This module implements some of public interface for the pybaz_ package. But for convenience reasons the author prefers to store this code in a file separate from ``__init__.py``. .. _pybaz: pybaz-module.html This module is strictly internal and should never be used.
Functions | |||
|
|||
|
Function Details |
Escape a file name using the Arch syntax. :arg name: unescaped file name. :type name: str :return: escaped file name. :rtype: str |
Unescape a file name using the Arch syntax. :arg name: escaped file name. :type name: str :return: unescaped file name. :rtype: str :raise errors.IllegalEscapeSequence: the syntax of ``name`` is incorrect. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Wed Sep 5 09:53:13 2007 | http://epydoc.sourceforge.net |