Searched full:other_stuff (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_item.py | 18 **other_stuff): 48 self.other_stuff = {} 49 for k, v in other_stuff.items(): 53 self.other_stuff[k] = v 59 return self.other_stuff.get(key, default) 76 other_stuff = cp.pop('other_stuff', {}) 79 return cls(name, fname, type, start_line, **cp, **other_stuff) 8 __init__(self, name, fname, type, start_line, **other_stuff) global() argument
|