Lines Matching refs:objid
69 def get_value(self, objid): argument
70 if isinstance(objid, Pool):
71 if objid["pool"] in [4, 8, 9, 10]:
76 if isinstance(objid, TcBind):
77 if objid["tc"] >= 8:
81 pool = self._get_pool(objid["type"])
85 if isinstance(objid, PortPool):
86 pool_n = objid["pool"]
108 def get_value(self, objid): argument
109 if isinstance(objid, Pool) and objid["pool"] in [4, 8, 9, 10]:
112 if isinstance(objid, TcBind) and objid["tc"] >= 8:
116 if rec["objid"].weak_eq(objid):