Generic Function View-Argument-Quoting-Strategy (3 methods)

( view-argument-quoting-strategy < arg-name > )

Part of:

package weblocks
A quoting strategy for an argument of a given
name. Possible values are :quote, in which case the argument is
always quoted; :list, in which case argument is quoted but if it
is a list, its elements aren't quoted; and :none, in which case
argument isn't quoted. Default implementation returns :none.

Method Summary

view-argument-quoting-strategy < t > 
view-argument-quoting-strategy (eql :initform)
view-argument-quoting-strategy (eql :present-as)