(block)
| 1982 | |
| 1983 | |
| 1984 | def setmesstext(block): |
| 1985 | global filepositiontext |
| 1986 | |
| 1987 | try: |
| 1988 | filepositiontext = 'In: %s:%s\n' % (block['from'], block['name']) |
| 1989 | except Exception: |
| 1990 | pass |
| 1991 | |
| 1992 | |
| 1993 | def get_usedict(block): |
no outgoing calls
no test coverage detected