Lines Matching refs:funcid
1332 funcid = self._register(func, self._substitute,
1337 funcid, self._subst_format_str))
1339 return funcid
1386 def unbind(self, sequence, funcid=None): argument
1390 if funcid:
1391 self.deletecommand(funcid)
2729 def tag_unbind(self, tagOrId, sequence, funcid=None): argument
2733 if funcid:
2734 self.deletecommand(funcid)
3829 def tag_unbind(self, tagName, sequence, funcid=None): argument
3833 if funcid:
3834 self.deletecommand(funcid)