OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recreation_check
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compileall.py
34
def
recreation_check
(self, metadata):
member in class:CompileallTests
52
self.
recreation_check
(struct.pack('<4sl', imp.get_magic(), 1))
56
self.
recreation_check
(b'\0\0\0\0')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compileall.py
34
def
recreation_check
(self, metadata):
member in class:CompileallTests
52
self.
recreation_check
(struct.pack('<4sl', imp.get_magic(), 1))
56
self.
recreation_check
(b'\0\0\0\0')
Completed in 607 milliseconds