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

Class JavaScriptRegex

source code

object --+    
         |    
JavaScript --+
             |
            JavaScriptRegex

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

Instance Methods [hide private]
 
__str__(self) source code

Inherited from JavaScript: __init__

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 
Overrides: JavaScript.__str__