Some functions cannot be fully type checked, because our API allows fully arbitrary kwargs and treats them as data to pass through to the underlying feature. For example, hotdoc command line arguments. This change allows us to type check some kwargs with known types and possibly required status, and make their values consistent(ly defaultable), while preserving the optional nature of the additional kwargs.pull/10909/head
parent
9c4d6088b1
commit
e27653499a
1 changed files with 7 additions and 6 deletions
Loading…
Reference in new issue