Searched refs:DISPATCH_ATTR (Results 1 – 1 of 1) sorted by relevance
41 DISPATCH_ATTR = "_tf_dispatchers" variable87 if not hasattr(op, DISPATCH_ATTR):89 getattr(op, DISPATCH_ATTR).append(self)121 for dispatcher in getattr(op, DISPATCH_ATTR):194 if hasattr(target, DISPATCH_ATTR):196 setattr(target, DISPATCH_ATTR, [])