Lines Matching refs:dir
158 for dir, _, files in os.walk(path):
159 inotify.add_watch(dir, flags)
161 inotify.add_watch(os.path.join(dir, f), flags)
594 def merge(self, other, dir): argument
595 if dir in ['above', 'below']:
674 if dir == 'above':
693 if dir in ['right', 'left']:
772 if dir == 'right':
802 for dir, subargs in subplots:
805 0.5 if dir in ['right', 'left'] else width),
807 0.5 if dir in ['above', 'below'] else height),
809 grid.merge(subgrid, dir)
1584 ns.subplots = [(dir, dictify(subplot_ns))
1585 for dir, subplot_ns in ns.subplots]