Example code: def __init__(self, name: str, paths: CheriPaths, *, sourceDir="", buildDir="", installDir: Path=None, gitUrl=""): pass
Git commit 136d25ec61221a43e53978323e879ccb1b15f66b by Sven Brauch. Committed on 31/01/2016 at 00:32. Pushed by brauch into branch '5.0'. Python 3.5: Implement kwonlyargs Example syntax: def func(x, y, *kw, a, b): return a Type inference is not supported yet. M +1 -1 duchain/declarationbuilder.cpp M +1 -0 duchain/tests/pyduchaintest.cpp M +1 -0 parser/ast.h M +411 -408 parser/generated.h M +1 -1 parser/python35.sdef http://commits.kde.org/kdev-python/136d25ec61221a43e53978323e879ccb1b15f66b