Lines Matching refs:list
21 # notice, this list of conditions and the following disclaimer;
23 # notice, this list of conditions and the following disclaimer in the
116 # list of all SimObject classes
411 'cxx_extra_bases' : list,
412 'cxx_exports' : list,
413 'cxx_param_exports' : list,
414 'cxx_template_params' : list,
971 list(zip(args[-len(defaults):], defaults))
972 # Don't include self in the argument list to PyBind
1037 self.__dict__['_sim_objects'] = list(sim_objects)
1059 Extends the list() semantics to also allow tuples,
1463 # a child could be a list, so ensure we visit each item
1464 if isinstance(child, list):
1504 port_names = list(self._ports.keys())
1581 param_names = list(self._params.keys())
1591 assert isinstance(value, list)
1597 if isinstance(vec, list):
1598 setattr(cc_params, param, list(value))
1605 port_names = list(self._ports.keys())
1690 exec a list of Python code strings contained in params.
1717 if not isinstance(value, (list, tuple)) or len(value) == 0:
1759 # __all__ defines the list of symbols that get exported when