Searched defs:current_path (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/client/linkedimage/
H A Dcommon.py625 path=None, current_path=None, update=False):
635 # Either 'path' or 'current_path' must be specified.
636 assert path is None or current_path is None
637 assert path is not None or current_path is not None
640 current_path = path_transform_apply(path,
643 elif current_path is not None:
644 path = path_transform_revert(current_path,
648 props[PROP_CURRENT_PATH] = current_path
670 current_path = self.__root
672 current_path)
1207 def current_path(self): member in class:LinkedImage
[all...]

Completed in 17 milliseconds