/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/ |
util.py | 17 if hasattr(filelike,'close'):
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/ |
__init__.py | 382 if hasattr(req, "_tunnel_host") and isinstance(new_req, urllib2.Request): 392 if hasattr(req, "_key_file") and isinstance(new_req, urllib2.Request):
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/ |
main.py | 208 if hasattr(suite, '_tests'): 227 if not hasattr(getattr(testCaseClass, attrname), '__call__'):
|
/external/chromium_org/third_party/jinja2/ |
debug.py | 277 if hasattr(ctypes.pythonapi, 'Py_InitModule4_64'): 291 if hasattr(sys, 'getobjects'):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_numbers.py | 224 if (hasattr(t, "__ctype_be__")): 226 if (hasattr(t, "__ctype_le__")):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_filelist.py | 133 self.assertTrue(hasattr( 144 self.assertTrue(hasattr(
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
fileinput.py | 229 elif openhook and not hasattr(openhook, '__call__'): 334 if hasattr(os, 'chmod'):
|
platform.py | 158 if hasattr(os.path, 'realpath'): 436 if hasattr(os,'popen'): 613 if hasattr(winver, "service_pack"): 649 if hasattr(winver, "product_type"): [all...] |
pydoc.py | 168 if name.startswith('_') and hasattr(obj, '_fields'): 389 if hasattr(type(x), '__name__'): 391 if hasattr(self, methodname): 502 if hasattr(module, name) and getattr(module, name) is object: 608 if hasattr(object, '__version__'): 613 if hasattr(object, '__date__'): 640 if modname != name and module and hasattr(module, key): 662 if hasattr(object, '__path__'): 696 if hasattr(object, '__author__'): 700 if hasattr(object, '__credits__') [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ClassBrowser.py | 104 if hasattr(cl, 'super') and cl.super: 167 if hasattr(self.cl, 'lineno'):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_StringIO.py | 96 unless(hasattr(self._fp, '__iter__')) 97 unless(hasattr(self._fp, 'next'))
|
test_abc.py | 20 self.assertFalse(hasattr(bar, "__isabstractmethod__")) 27 self.assertFalse(hasattr(bar, "__isabstractmethod__"))
|
test_enumerate.py | 194 if not hasattr(sys, "getrefcount"): 247 if verbose and hasattr(sys, "gettotalrefcount"):
|
test_importhooks.py | 180 self.assertFalse(hasattr(reloadmodule,'reloaded')) 184 self.assertTrue(hasattr(reloadmodule,'reloaded'))
|
test_support.py | 370 if hasattr(socket, 'SO_REUSEADDR'): 374 if hasattr(socket, 'SO_REUSEPORT'): 378 if hasattr(socket, 'SO_EXCLUSIVEADDRUSE'): 445 if (not hasattr(sys, "getwindowsversion") or 822 if not hasattr(value, attr): [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_numbers.py | 224 if (hasattr(t, "__ctype_be__")): 226 if (hasattr(t, "__ctype_le__")):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_filelist.py | 133 self.assertTrue(hasattr( 144 self.assertTrue(hasattr(
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
fileinput.py | 229 elif openhook and not hasattr(openhook, '__call__'): 334 if hasattr(os, 'chmod'):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ClassBrowser.py | 104 if hasattr(cl, 'super') and cl.super: 167 if hasattr(self.cl, 'lineno'):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_StringIO.py | 96 unless(hasattr(self._fp, '__iter__')) 97 unless(hasattr(self._fp, 'next'))
|
test_abc.py | 20 self.assertFalse(hasattr(bar, "__isabstractmethod__")) 27 self.assertFalse(hasattr(bar, "__isabstractmethod__"))
|
test_enumerate.py | 194 if not hasattr(sys, "getrefcount"): 247 if verbose and hasattr(sys, "gettotalrefcount"):
|
test_importhooks.py | 180 self.assertFalse(hasattr(reloadmodule,'reloaded')) 184 self.assertTrue(hasattr(reloadmodule,'reloaded'))
|
test_support.py | 370 if hasattr(socket, 'SO_REUSEADDR'): 374 if hasattr(socket, 'SO_REUSEPORT'): 378 if hasattr(socket, 'SO_EXCLUSIVEADDRUSE'): 445 if (not hasattr(sys, "getwindowsversion") or 822 if not hasattr(value, attr): [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
pool.py | 92 if hasattr(inqueue, '_writer'): 154 if initializer is not None and not hasattr(initializer, '__call__'): 302 if not hasattr(iterable, '__len__'): 412 if hasattr(outqueue, '_reader'): 496 if pool and hasattr(pool[0], 'terminate'): 510 if pool and hasattr(pool[0], 'terminate'):
|