params.py (12050:d42eab4e6323) params.py (12192:23f2cd72a63e)
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

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

1705 return 'Null'
1706
1707 def unproxy(self, base):
1708 return self
1709
1710 def set_path(self, parent, name):
1711 pass
1712
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

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

1705 return 'Null'
1706
1707 def unproxy(self, base):
1708 return self
1709
1710 def set_path(self, parent, name):
1711 pass
1712
1713 def set_parent(self, parent, name):
1714 pass
1715
1713 def __str__(self):
1714 return 'Null'
1715
1716 def config_value(self):
1717 return None
1718
1719 def getValue(self):
1720 return None

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