qemu-cr16/scripts/qapi
Paolo Bonzini 20b92da6db treewide: remove unnessary "coding" header
The "-*- coding: utf-8 -*-" header was needed in Python 2,
but in Python 3 UTF-8 is already the default encoding of
source files.

It is even less necessary in .css files that do not have UTF-8
sequences at all.

Suggested-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-ID: <20250929154938.594389-4-pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2025-10-01 11:22:07 -04:00
..
__init__.py
backend.py qapi: Add some pylint ignores 2025-06-05 12:08:53 -04:00
commands.py qapi: expose all schema features to code 2025-02-10 15:45:04 +01:00
common.py qapi: Smarter camel_to_upper() to reduce need for 'prefix' 2024-09-10 13:22:47 +02:00
error.py treewide: remove unnessary "coding" header 2025-10-01 11:22:07 -04:00
events.py qapi: Move include/qapi/qmp/ to include/qobject/ 2025-02-10 15:33:16 +01:00
expr.py treewide: remove unnessary "coding" header 2025-10-01 11:22:07 -04:00
features.py qapi: expose all schema features to code 2025-02-10 15:45:04 +01:00
gen.py treewide: remove unnessary "coding" header 2025-10-01 11:22:07 -04:00
introspect.py qapi/introspect: Use @dataclass to simplify 2025-03-06 10:09:25 +01:00
main.py scripts/qapi/backend: Clean up create_backend()'s failure mode 2025-03-11 10:26:52 +01:00
parser.py treewide: remove unnessary "coding" header 2025-10-01 11:22:07 -04:00
pylintrc python: add qapi static analysis tests 2025-06-05 12:09:43 -04:00
schema.py treewide: remove unnessary "coding" header 2025-10-01 11:22:07 -04:00
source.py qapi/source: allow multi-line QAPISourceInfo advancing 2025-03-11 10:10:57 +01:00
types.py qapi: expose all schema features to code 2025-02-10 15:45:04 +01:00
visit.py qapi: expose all schema features to code 2025-02-10 15:45:04 +01:00