HomeSort by relevance Sort by last modified time
    Searched refs:hasattr (Results 501 - 525 of 841) sorted by null

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_warnings.py 52 if hasattr(warning_tests, '__warningregistry__'):
54 if hasattr(sys, '__warningregistry__'):
265 if not hasattr(sys, 'argv'):
358 self.assertFalse(hasattr(self.module.warn, 'func_code'))
367 self.assertTrue(hasattr(self.module.warn, 'func_code'))
test_ast.py 11 if hasattr(t, 'lineno') and hasattr(t, 'col_offset'):
test_bool.py 179 self.assertIs(hasattr([], "append"), True)
180 self.assertIs(hasattr([], "wobble"), False)
test_httpservers.py 376 @unittest.skipIf(hasattr(os, 'geteuid') and os.geteuid() == 0,
390 if hasattr(os, 'symlink'):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 153 return isinstance(element, Element) or hasattr(element, "tag")
646 if not hasattr(source, "read"):
799 if hasattr(file_or_filename, "write"):
    [all...]
  /external/lldb/test/
dotest.py     [all...]
  /external/chromium_org/build/android/pylib/device/
device_utils.py 77 assert(hasattr(self, decorators.DEFAULT_TIMEOUT_ATTR))
78 assert(hasattr(self, decorators.DEFAULT_RETRIES_ATTR))
  /external/chromium_org/third_party/jinja2/
runtime.py 43 if hasattr(arg, '__html__'):
181 if hasattr(fn, fn_type):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_abcoll.py 29 return hasattr(C, attr)
543 elif hasattr(other, "keys"):
argparse.py 96 return hasattr(obj, '__call__') or hasattr(obj, '__bases__')
596 if hasattr(params[name], '__name__'):
    [all...]
gzip.py 98 if hasattr(fileobj, 'name') and fileobj.name != '<fdopen>':
103 if hasattr(fileobj, 'mode'): mode = fileobj.mode
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 80 self.assertTrue(hasattr(xx, attr))
240 self.assertTrue(not hasattr(ext, 'some'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ast.py 11 if hasattr(t, 'lineno') and hasattr(t, 'col_offset'):
test_bool.py 179 self.assertIs(hasattr([], "append"), True)
180 self.assertIs(hasattr([], "wobble"), False)
test_httpservers.py 376 @unittest.skipIf(hasattr(os, 'geteuid') and os.geteuid() == 0,
390 if hasattr(os, 'symlink'):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 48 if not hasattr(self, '_xmlns_attrs'):
215 if not hasattr(self.parser, 'feed'):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_abcoll.py 29 return hasattr(C, attr)
543 elif hasattr(other, "keys"):
argparse.py 96 return hasattr(obj, '__call__') or hasattr(obj, '__bases__')
596 if hasattr(params[name], '__name__'):
    [all...]
gzip.py 98 if hasattr(fileobj, 'name') and fileobj.name != '<fdopen>':
103 if hasattr(fileobj, 'mode'): mode = fileobj.mode
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 80 self.assertTrue(hasattr(xx, attr))
240 self.assertTrue(not hasattr(ext, 'some'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 48 if not hasattr(self, '_xmlns_attrs'):
215 if not hasattr(self.parser, 'feed'):
  /build/tools/releasetools/
add_img_to_target_files 40 if not hasattr(os, "SEEK_SET"):
add_img_to_target_files.py 40 if not hasattr(os, "SEEK_SET"):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
main.py 202 if hasattr(suite, '_tests'):
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
AutoDocTransforms.py 210 if hasattr(node, 'py_func') and node.py_func is not None:

Completed in 717 milliseconds

<<21222324252627282930>>