Merge "Fix method and parameter descriptions"
This commit is contained in:
commit
3874669483
@ -280,12 +280,12 @@ class TemplateDefinition(object):
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
def get_params(self, context, baymodel, bay, **kwargs):
|
def get_params(self, context, baymodel, bay, **kwargs):
|
||||||
"""Pulls template parameters from Baymodel and Bay.
|
"""Pulls template parameters from Baymodel and/or Bay.
|
||||||
|
|
||||||
:param context: Context to pull template parameters from
|
:param context: Context to pull template parameters for
|
||||||
:param baymodel: Baymodel to pull template parameters from
|
:param baymodel: Baymodel to pull template parameters from
|
||||||
:param bay: Bay to pull template parameters from
|
:param bay: Bay to pull template parameters from
|
||||||
:param extra_params: Any extra params to provide to the template
|
:param extra_params: Any extra params to be provided to the template
|
||||||
|
|
||||||
:return: dict of template parameters
|
:return: dict of template parameters
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user