params.py (12194:742ec08ee956) params.py (12195:9c4bcb804f81)
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

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

1708 return self
1709
1710 def set_path(self, parent, name):
1711 pass
1712
1713 def set_parent(self, parent, name):
1714 pass
1715
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

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

1708 return self
1709
1710 def set_path(self, parent, name):
1711 pass
1712
1713 def set_parent(self, parent, name):
1714 pass
1715
1716 def clear_parent(self, old_parent):
1717 pass
1718
1716 def __str__(self):
1717 return 'Null'
1718
1719 def config_value(self):
1720 return None
1721
1722 def getValue(self):
1723 return None

--- 357 unchanged lines hidden ---
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 ---