MCPcopy Create free account
hub / github.com/NSLS2/PyXRF / set_default_directory

Method set_default_directory

pyxrf/gui_module/dlg_load_mask.py:411–412  ·  view source on GitHub ↗
(self, dir_name)

Source from the content-addressed store, hash-verified

409 return self._mask_file_path
410
411 def set_default_directory(self, dir_name):
412 self._default_directory = dir_name
413
414 def get_default_directory(self):
415 return self._default_directory

Callers 3

pb_apply_mask_clickedMethod · 0.95
test_DialogLoadMask_5Function · 0.95
test_DialogLoadMask_6Function · 0.95

Calls

no outgoing calls

Tested by 2

test_DialogLoadMask_5Function · 0.76
test_DialogLoadMask_6Function · 0.76