Lines Matching refs:object
50 # a Param or a VectorParam object. These objects contain the
102 class ParamValue(object):
107 # object of this type. Typically generates one or more #include
150 class ParamDesc(object):
190 raise AttributeError("'%s' object has no attribute '%s'" % \
401 class ParamFactory(object):
462 # a new Latency object.
608 raise TypeError("Can't convert object of type %s to CheckedInt" \
677 raise TypeError("Can't convert object of type %s to Float" \
1578 raise AttributeError("Latency object has no attribute '%s'" % attr)
1620 raise AttributeError("Frequency object has no attribute '%s'" % attr)
1665 raise AttributeError("Frequency object has no attribute '%s'" % attr)
1794 class NullSimObject(object):
1857 class PortRef(object):
1889 raise AttributeError("'%s' object has no attribute '%s'" % \
2001 class VectorPortRef(object):
2074 # Port description object. Like a ParamDesc object, this represents a
2077 class Port(object):
2136 # VectorPort description object. Like Port, but represents a vector
2162 class PortParamDesc(object):