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

Method write_version

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

Source from the content-addressed store, hash-verified

1205 self.wait_for_message(lambda msg: client_access_token in msg, expect_xml=False)
1206
1207 def write_version(self):
1208 from _pydevd_bundle.pydevd_constants import IS_WINDOWS
1209
1210 self.write("%s\t%s\t1.0\t%s\tID" % (CMD_VERSION, self.next_seq(), "WINDOWS" if IS_WINDOWS else "UNIX"))
1211
1212 def get_main_filename(self):
1213 return self.TEST_FILE

Callers 6

_set_socketMethod · 0.95
runMethod · 0.80
runMethod · 0.80
test_access_tokenFunction · 0.80
runMethod · 0.80
runMethod · 0.80

Calls 2

writeMethod · 0.95
next_seqMethod · 0.95

Tested by

no test coverage detected