Lines Matching full:funcid
985 funcid = self._register(func, self._substitute,
990 funcid, self._subst_format_str))
992 return funcid
1037 def unbind(self, sequence, funcid=None):
1039 function identified with FUNCID."""
1041 if funcid:
1042 self.deletecommand(funcid)
2211 def tag_unbind(self, tagOrId, sequence, funcid=None):
2213 function identified with FUNCID."""
2215 if funcid:
2216 self.deletecommand(funcid)
3105 def tag_unbind(self, tagName, sequence, funcid=None):
3107 function identified with FUNCID."""
3109 if funcid:
3110 self.deletecommand(funcid)