Package Pyblio :: Package Parsers :: Package Syntax :: Package BibTeX :: Class Environ :: Class Environ
[hide private]
[frames] | no frames]

Class Environ

source code

object --+
         |
        Environ.Environ
Known Subclasses:
Environ

Instance Methods [hide private]
 
run(self, cmd, stack) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  commands = {'"': (<function _accent at 0x880dfb4>, 1), '\'': (...
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

commands

Value:
{'"': (<function _accent at 0x880dfb4>, 1),
 '\'': (<function _accent at 0x880dfb4>, 1),
 'AA': (u'\xc5', 0),
 'AE': (u'\xc6', 0),
 'O': (u'\xd8', 0),
 'OE': (u'\u0152', 0),
 '^': (<function _accent at 0x880dfb4>, 1),
 '`': (<function _accent at 0x880dfb4>, 1),
...