id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
37	make RIFoo.providedBy(rref) work	warner		it would be nice to be able to do:\r\n\r\n{{{\r\n def set_remote(self, rref):\r\n     assert RIFoo.providedBy(rref)\r\n     self._remote = rref\r\n}}}\r\n\r\nand have that assert two things: 'rref' is a RemoteReference, and that\r\nRemoteReference is associated with a Referenceable that claims to implement\r\nRIFoo. If {{{set_remote}}} were {{{remote_set_remote}}}, we could do this\r\nwith a schema check, but we don't currently have the ability to test this\r\nsort of thing outside (un)serialization time.\r\n	enhancement	new	major	undecided	schemas	0.2.2			
