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
161 if LINE_STR in do_dict:
162 lines.append(self.fmt.rst_lineno(do_dict[LINE_STR]))
165 if key == LINE_STR:
192 if LINE_STR in operation:
193 lines.append(self.fmt.rst_lineno(operation[LINE_STR]))
200 if key == LINE_STR:
263 if LINE_STR in definition:
264 lines.append(self.fmt.rst_lineno(definition[LINE_STR]))
[all …]