Lines Matching refs:impl
72 self.impl = None
84 self.impl = None
95 impl = OptDB.getString('impl', 'MyPCNone')
96 klass = globals()[impl]
97 self.impl = klass()
101 self.impl.setup(pc)
111 self.impl.apply(pc, x, y)
115 self.impl.applySL(pc, x, y)
119 self.impl.applySR(pc, x, y)
123 self.impl.applyT(pc, x, y)
127 self.impl.applyM(pc, x, y)
131 self.impl.applyRich(pc, x, y, w, tols)
201 if isinstance(self._getCtx().impl, MyPCNone):
283 clsname = type(self._getCtx().impl).__name__
304 clsname = type(self._getCtx().impl).__name__