Keyword argument for custom constant mapping

This commit is contained in:
Ravi Shankar 2016-10-26 11:46:15 +05:30
parent 1c34162220
commit 12f429e23b
2 changed files with 8 additions and 3 deletions

View file

@ -312,6 +312,7 @@
keyword_kwargs = {a: kwargs.pop(a, None) for a in [
'gecko_constant_prefix', 'gecko_enum_prefix',
'extra_gecko_values', 'extra_servo_values',
'custom_consts',
]}
%>