MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / get_cwd

Method get_cwd

tests_python/debugger_unittest.py:830–831  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

828 raise AssertionError("Did not find: %s in %s" % (line_content, self.TEST_FILE))
829
830 def get_cwd(self):
831 return os.path.dirname(self.get_pydevd_file())
832
833 def get_command_line_args(self):
834 return [self.TEST_FILE]

Callers 1

create_processMethod · 0.45

Calls 1

get_pydevd_fileMethod · 0.95

Tested by

no test coverage detected