Searched refs:importable (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_uuid.py5 def importable(name): function
318 if importable('win32wnet') and importable('netbios'):
330 if importable('ctypes') and os.name == 'posix':
338 if importable('ctypes') and os.name == 'nt':
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_uuid.py5 def importable(name): function
318 if importable('win32wnet') and importable('netbios'):
330 if importable('ctypes') and os.name == 'posix':
338 if importable('ctypes') and os.name == 'nt':

Completed in 38 milliseconds