Code marshalling question.

sismex01 at hebmex.com sismex01 at hebmex.com
Tue Oct 8 10:53:08 EDT 2002


Damn, made some typos...

> 
> Kinda like this:
> 
> >>> class SomeNiceObject:
> >>>	...
> >>>	...
> >>>
> >>> store(SomeNiceObject, "sno") -> marshals and sends to repository.
> 
> Elsewhere...
> 
> >>> sno = fetch("sno")
> >>> instance = sno("some","arguments","maybe?")
> 
> 
> Is this doable?  If so, how?
> 
> Thanks :-)
> 
> -gustavo




More information about the Python-list mailing list