Hi again,

I'm almost finished with my Mk4py work, finally.  Down from about 20
items on my to-do list to two, at least. :-)

Anyway, one more question.  Should this work?

>>> metakit.storage().getas('blah[x:S,y:I]').structure()
[]

Because this does:

>>> s = metakit.storage()
>>> s.getas('blah[x:S,y:I]').structure()
[Property('S', 'x'), Property('I', 'y')]

I haven't looked carefully enough to see if there's any potential for
crashing in the case of a deallocated storage object, but does this
behavior make sense?  Should the storage stick around until all
associated view are released?  Should access to orphaned views throw
an exception?

Thanks,

-- 
=Nicholas Riley <[EMAIL PROTECTED]> | <http://www.uiuc.edu/ph/www/njriley>
_______________________________________________
metakit mailing list  -  [EMAIL PROTECTED]
http://www.equi4.com/mailman/listinfo/metakit

Reply via email to