diff options
Diffstat (limited to 'docs/refman/model.py')
-rw-r--r-- | docs/refman/model.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/refman/model.py b/docs/refman/model.py index 8a051c9..0c65c58 100644 --- a/docs/refman/model.py +++ b/docs/refman/model.py @@ -77,6 +77,7 @@ class Function(NamedObject, FetureCheck): optargs_inherit: str varargs_inherit: str kwargs_inherit: T.List[str] + arg_flattening: bool @dataclass class Method(Function): |