()
| 858 | return None |
| 859 | else: |
| 860 | def callit(): |
| 861 | try: |
| 862 | func(*args) |
| 863 | finally: |
| 864 | try: |
| 865 | self.deletecommand(name) |
| 866 | except TclError: |
| 867 | pass |
| 868 | try: |
| 869 | callit.__name__ = func.__name__ |
| 870 | except AttributeError: |
nothing calls this directly
no test coverage detected