Home
last modified time | relevance | path

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

/external/python/pycparser/pycparser/
Dplyparser.py125 def param_rule(self, p): function
129 param_rule.__doc__ = func.__doc__.replace('xxx', xxx).replace('yyy', yyy)
130 param_rule.__name__ = func.__name__.replace('xxx', xxx)
133 setattr(cls, param_rule.__name__, param_rule)