def __init__(self, do_context_switching=True): self.current_instruction: dis.Instruction = None self.current_context: _VSContext = None self.do_context_switching: bool = do_context_switching