Home
last modified time | relevance | path

Searched refs:LINE_STR (Results 1 – 1 of 1) sorted by relevance

/linux/tools/net/ynl/pyynl/lib/
H A Ddoc_generator.py23 LINE_STR = '__lineno__' variable
30 mapping[LINE_STR] = node.start_mark.line
160 if LINE_STR in do_dict:
161 lines.append(self.fmt.rst_lineno(do_dict[LINE_STR]))
164 if key == LINE_STR:
191 if LINE_STR in operation:
192 lines.append(self.fmt.rst_lineno(operation[LINE_STR]))
199 if key == LINE_STR:
262 if LINE_STR in definition:
263 lines.append(self.fmt.rst_lineno(definition[LINE_STR]))
[all …]