(block)
| 1955 | |
| 1956 | |
| 1957 | def setmesstext(block): |
| 1958 | global filepositiontext |
| 1959 | |
| 1960 | try: |
| 1961 | filepositiontext = f"In: {block['from']}:{block['name']}\n" |
| 1962 | except Exception: |
| 1963 | pass |
| 1964 | |
| 1965 | |
| 1966 | def get_usedict(block): |
no outgoing calls
no test coverage detected
searching dependent graphs…