MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / set_path

Method set_path

tools/sconsui.py:125–127  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

123 self.dir_var.set(dir)
124
125 def set_path(self, path):
126 path = path.replace('\\', '/')
127 self.dir_var.set(path)
128
129 def get_path(self):
130 return self.dir_var.get()

Callers 2

read_settingMethod · 0.80
StartSConsUIFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected