schema.py (54fde4ff0621c22b15cbaaa3c74301cc0dbd1c9e) schema.py (8de69efab1009d374c7f01d2536797ea009ee796)
1# -*- coding: utf-8 -*-
2#
3# QAPI schema internal representation
4#
5# Copyright (c) 2015-2019 Red Hat Inc.
6#
7# Authors:
8# Markus Armbruster <armbru@redhat.com>

--- 745 unchanged lines hidden (view full) ---

754 self.type = None
755 self.optional = optional
756 self.features = features or []
757
758 def need_has(self):
759 assert self.type
760 # Temporary hack to support dropping the has_FOO in reviewable chunks
761 opt_out = [
1# -*- coding: utf-8 -*-
2#
3# QAPI schema internal representation
4#
5# Copyright (c) 2015-2019 Red Hat Inc.
6#
7# Authors:
8# Markus Armbruster <armbru@redhat.com>

--- 745 unchanged lines hidden (view full) ---

754 self.type = None
755 self.optional = optional
756 self.features = features or []
757
758 def need_has(self):
759 assert self.type
760 # Temporary hack to support dropping the has_FOO in reviewable chunks
761 opt_out = [
762 'qapi/char.json',
763 'qapi/crypto.json',
764 'qapi/dump.json',
765 'qapi/job.json',
766 'qapi/machine.json',
767 'qapi/machine-target.json',
768 'qapi/migration.json',
769 'qapi/misc.json',
770 'qapi/net.json',

--- 460 unchanged lines hidden ---
762 'qapi/crypto.json',
763 'qapi/dump.json',
764 'qapi/job.json',
765 'qapi/machine.json',
766 'qapi/machine-target.json',
767 'qapi/migration.json',
768 'qapi/misc.json',
769 'qapi/net.json',

--- 460 unchanged lines hidden ---