(function:str, arg:str, text:str)
| 76 | return False |
| 77 | |
| 78 | def __call_arg_check(function:str, arg:str, text:str): |
| 79 | if function not in text: |
| 80 | return True |
| 81 | else: |
| 82 | return False |
| 83 | |
| 84 | def __emit_at_end(function:str, text:str): |
| 85 | if f"emit {function}" not in text: |