Lines Matching refs:target
1625 def _run(self, target: Union[_ModuleTarget, _ScriptTarget]):
1634 self.mainpyfile = self.canonic(target.filename)
1636 # The target has to run in __main__ namespace (or imports from
1638 # the target namespace.
1641 __main__.__dict__.update(target.namespace)
1643 self.run(target.code)
1761 target = cls(args[0])
1763 target.check()
1775 pdb._run(target)
1780 print("Restarting", target, "with arguments:")
1795 print("Post mortem debugger finished. The " + target +