102 @type str |
102 @type str |
103 @param varkw name of the keyword arguments |
103 @param varkw name of the keyword arguments |
104 @type str |
104 @type str |
105 @param localsDict reference to the local variables dictionary |
105 @param localsDict reference to the local variables dictionary |
106 @type dict |
106 @type dict |
107 @keyparam formatarg argument formatting function |
107 @param formatarg argument formatting function |
108 @type func |
108 @type func |
109 @keyparam formatvarargs variable arguments formatting function |
109 @param formatvarargs variable arguments formatting function |
110 @type func |
110 @type func |
111 @keyparam formatvarkw keyword arguments formatting function |
111 @param formatvarkw keyword arguments formatting function |
112 @type func |
112 @type func |
113 @keyparam formatvalue value formating functtion |
113 @param formatvalue value formating functtion |
114 @type func |
114 @type func |
115 @return formatted call signature |
115 @return formatted call signature |
116 @rtype str |
116 @rtype str |
117 """ |
117 """ |
118 specs = [] |
118 specs = [] |