Lines Matching refs:funcid
1396 funcid = self._register(func, self._substitute,
1401 funcid, self._subst_format_str))
1403 return funcid
1450 def unbind(self, sequence, funcid=None):
1454 if funcid:
1455 self.deletecommand(funcid)
2789 def tag_unbind(self, tagOrId, sequence, funcid=None):
2793 if funcid:
2794 self.deletecommand(funcid)
3898 def tag_unbind(self, tagName, sequence, funcid=None):
3902 if funcid:
3903 self.deletecommand(funcid)