params.py (12195:9c4bcb804f81) params.py (12196:4c1449b32810)
1# Copyright (c) 2012-2014, 2017 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

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

1711 pass
1712
1713 def set_parent(self, parent, name):
1714 pass
1715
1716 def clear_parent(self, old_parent):
1717 pass
1718
1# Copyright (c) 2012-2014, 2017 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

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

1711 pass
1712
1713 def set_parent(self, parent, name):
1714 pass
1715
1716 def clear_parent(self, old_parent):
1717 pass
1718
1719 def descendants(self):
1720 return
1721 yield None
1722
1719 def __str__(self):
1720 return 'Null'
1721
1722 def config_value(self):
1723 return None
1724
1725 def getValue(self):
1726 return None

--- 357 unchanged lines hidden ---
1723 def __str__(self):
1724 return 'Null'
1725
1726 def config_value(self):
1727 return None
1728
1729 def getValue(self):
1730 return None

--- 357 unchanged lines hidden ---