Skip to content

Commit

Permalink
Ensure that ParamFunction takes precedence in py2 (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Oct 4, 2019
1 parent 5ec60e2 commit 4f2a502
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions panel/param.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,8 @@ class ParamFunction(ParamMethod):
a widget to some other output.
"""

priority = 0.6

def _link_object_params(self):
deps = self.object._dinfo
dep_params = list(deps['dependencies']) + list(deps.get('kw', {}).values())
Expand Down

0 comments on commit 4f2a502

Please sign in to comment.