use of the word "Kind" is too irritating. replace all occurrences with "Type".
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 2 Nov 2023 07:27:50 +0000 (07:27 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 22 Dec 2023 19:26:21 +0000 (19:26 +0000)
commit7cee3d51e4601c056621284785063b12d4bdedaf
treed3386b1560d7fd2035470cb524407a634b51abd0
parent536b722c6567cea37fb23209a4dce42624adecd1
use of the word "Kind" is too irritating. replace all occurrences with "Type".
cannot replace lowercase "kind" with "type" as it is a python keyword.
have to think of a better (*short*) argument name
src/openpower/decoder/isa/caller.py
src/openpower/decoder/isa/mem.py
src/openpower/test/algorithms/jpeg/svp64_jpeg_decode.py
src/openpower/test/common.py
src/openpower/test/runner.py
src/openpower/util.py