[Zope-dev] What is that? (ZPatterns)

Mike mike@flic.net
Mon, 05 Jun 2000 17:52:16 +0800


class Foo( RackMountable) :
  def bar( self) :
    print self.propertysheets.items()

in live system bar always will print "[('webdav', )]". I see there is a
default propertysheet 'webdav' in each RackMountable instance. Where
come that 'webdav' from and what is it for?

Thanks,
Mike