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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_inspect.py43 git = mod.StupidGit() variable
82 self.istest(inspect.ismethod, 'git.argue')
153 git.abuse(7, 8, 9)
156 self.istest(inspect.istraceback, 'git.ex[2]')
171 self.assertEqual(len(git.tr), 3)
172 self.assertEqual(git.tr[0][1:], (modfile, 43, 'argue',
174 self.assertEqual(git.tr[1][1:], (modfile, 9, 'spam',
176 self.assertEqual(git.tr[2][1:], (modfile, 18, 'eggs',
246 self.assertEqual(inspect.getdoc(git.abuse),
272 self.assertSourceEqual(git
[all...]

Completed in 8 milliseconds