Files
@ 9757ad98ea09
Branch filter:
Location: kallithea/docs/administrator_guide/vcs_setup.rst
9757ad98ea09
1.7 KiB
text/prs.fallenstein.rst
vcs: simplify nodes kind handling
Avoid pytype's very reasonable confusion over the _kind handling.
Node.kind is actually only ever set in __init__, so there is not much need for
a paranoid setter.
Avoid pytype's very reasonable confusion over the _kind handling.
Node.kind is actually only ever set in __init__, so there is not much need for
a paranoid setter.