Files
@ 9757ad98ea09
Branch filter:
Location: kallithea/conftest.py
9757ad98ea09
2.0 KiB
text/x-python
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.