Package Products :: Package ZenUtils :: Module jsonutils :: Class JavaScript
[hide private]
[frames] | no frames]

Class JavaScript

source code

object --+
         |
        JavaScript
Known Subclasses:

A simple class that represents a JavaScript literal that should not be JSON encoded.

Instance Methods [hide private]
 
__init__(self, value) source code
 
__str__(self) source code
Method Details [hide private]

__init__(self, value)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
Overrides: object.__str__
(inherited documentation)