Lines Matching refs:name
25 self.name = os.name46 os.name = self.name70 os.name = 'nt'77 os.name = 'nt'84 os.name = 'posix'161 os.name = 'posix'198 os.name = 'posix'212 os.name = 'nt'231 os.name = 'BugsBunny'246 @unittest.skipUnless(os.name == 'posix', 'specific to posix')