Re: [Twisted-Python] jelly and instances

2014-09-10 Thread Glyph
On Sep 9, 2014, at 7:50 PM, Wolfgang Rohdewald wrote: > doc says: > > Instance: s is an instance of UserString.UserString, with a __dict__ > {'data': 'hello'}:: >[\"UserString.UserString\", ['dictionary', ['data', 'hello']]] > > There is no test for instances. To be precise, no test ever

[Twisted-Python] jelly and instances

2014-09-09 Thread Wolfgang Rohdewald
doc says: Instance: s is an instance of UserString.UserString, with a __dict__ {'data': 'hello'}:: [\"UserString.UserString\", ['dictionary', ['data', 'hello']]] There is no test for instances. To be precise, no test ever enters jelly._unjelly_instance() I also cannot find any place in jelly