The inherited implementation of manage_DAVget in webdav.Resource.Resource returns the results of a call to PrincipiaSearchSource. This is incorrect for Python scripts.
Override manage_DAVget to return the results of a call to read, which will correctly render the specially formatted comments at the top that describe the parameters, bindings and the title.
The inherited implementation of
manage_DAVget
inwebdav.Resource.Resource
returns the results of a call toPrincipiaSearchSource
. This is incorrect for Python scripts.Override
manage_DAVget
to return the results of a call toread
, which will correctly render the specially formatted comments at the top that describe the parameters, bindings and the title.