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