Skip to content

Commit

Permalink
Ensure that ParamFunction takes precedence in py2
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Sep 30, 2019
1 parent f4f2579 commit 69e42ed
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 69e42ed

Please sign in to comment.