Lines Matching full:join
65 self.join()
366 tempname = os.path.join(self.tempdir, 'test')
422 with open(os.path.join(self.tempdir, filename), 'wb') as f:
459 os.mkdir(os.path.join(self.tempdir, 'existing_directory'))
521 os.makedirs(os.path.join(self.tempdir, 'spam', 'index.html'))
526 with open(os.path.join(self.tempdir_name, 'index.html'), 'wb') as f:
624 fullpath = os.path.join(self.tempdir, filename)
710 self.cgi_dir = os.path.join(self.parent_dir, 'cgi-bin')
711 self.cgi_child_dir = os.path.join(self.cgi_dir, 'child-dir')
712 self.sub_dir_1 = os.path.join(self.parent_dir, 'sub')
713 self.sub_dir_2 = os.path.join(self.sub_dir_1, 'dir')
714 self.cgi_dir_in_sub_dir = os.path.join(self.sub_dir_2, 'cgi-bin')
731 self.pythonexe = os.path.join(self.parent_dir, 'python')
745 self.nocgi_path = os.path.join(self.parent_dir, 'nocgi.py')
750 self.file1_path = os.path.join(self.cgi_dir, 'file1.py')
755 self.file2_path = os.path.join(self.cgi_dir, 'file2.py')
760 self.file3_path = os.path.join(self.cgi_child_dir, 'file3.py')
765 self.file4_path = os.path.join(self.cgi_dir, 'file4.py')
770 self.file5_path = os.path.join(self.cgi_dir_in_sub_dir, 'file5.py')
775 self.file6_path = os.path.join(self.cgi_dir, 'file6.py')
987 return b''.join(self.datas)
1218 result = b''.join(result)
1253 self.translated_1 = os.path.join(os.getcwd(), 'filename')
1254 self.translated_2 = os.path.join('foo', 'filename')
1255 self.translated_3 = os.path.join('bar', 'filename')