panel.util.parameters module#

panel.util.parameters.edit_readonly(parameterized: Parameterized) Iterator[source]#

Temporarily set parameters on Parameterized object to readonly=False to allow editing them.

panel.util.parameters.extract_dependencies(function)[source]#

Extract references from a method or function that declares the references.

panel.util.parameters.get_method_owner(meth)[source]#

Returns the instance owning the supplied instancemethod or the class owning the supplied classmethod.

panel.util.parameters.recursive_parameterized(parameterized: Parameterized, objects=None) list[Parameterized][source]#

Recursively searches a Parameterized object for other Parmeterized objects.