Home
last modified time | relevance | path

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

/linux/tools/lib/python/kdoc/
H A Dkdoc_item.py8 def __init__(self, name, fname, type, start_line, **other_stuff): argument
24 self.other_stuff = other_stuff
27 return self.other_stuff.get(key, default)