twisted.spread.jelly._newInstance(cls, state) function documentationtwisted.spread.jelly
          View Source
          
        
      Make a new instance of a class without calling its __init__ method. Supports both new- and old-style classes.
| Parameters | state | A dict used to update inst.__dict__ either directly or via __setstate__, if available. | 
| Returns | A new instance of cls. | |
| Function | defaultSetter | Undocumented |