wsgidav.samples.mysql_dav_provider.MySQLBrowserResource.get_property_value#

MySQLBrowserResource.get_property_value(name)[source]#

Return the value of a property.

The base implementation handles:

  • {DAV:}lockdiscovery and {DAV:}supportedlock using the associated lock manager.

  • All other live properties (i.e. name starts with {DAV:}) are delegated to self.getLivePropertyValue()

  • Finally, other properties are considered dead, and are handled using the associated property manager, if one is present.