UI/CodeDocumentationViewerTemplate.py

changeset 5960
be837f440186
parent 5942
8b083e33c51f
child 5961
2a5232311a65
equal deleted inserted replaced
5959:4c716b02e10d 5960:be837f440186
84 char)) 84 char))
85 argspec = argspecTemplate\ 85 argspec = argspecTemplate\
86 .replace("@NAME@", name)\ 86 .replace("@NAME@", name)\
87 .replace("@ARGSPEC@", argspec) 87 .replace("@ARGSPEC@", argspec)
88 else: 88 else:
89 argspec = "" 89 argspec = argspecTemplate\
90 .replace("@NAME@", name)\
91 .replace("@ARGSPEC@", "")
90 if documentationInfo["note"]: 92 if documentationInfo["note"]:
91 note = noteTemplate.replace("@NOTE@", 93 note = noteTemplate.replace("@NOTE@",
92 documentationInfo["note"]) 94 documentationInfo["note"])
93 else: 95 else:
94 note = "" 96 note = ""

eric ide

mercurial