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>
Mon, 6 Nov 2023 02:58:46 +0000 (02:58 +0000)
commit360532a970ab74b88997735ba056276279965fa1
treed3386b1560d7fd2035470cb524407a634b51abd0
parentb7be8cbc6910aea93b76eb39e960204b79de01b1
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