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

<<11121314151617181920>>

  /external/lldb/scripts/Python/interface/
SBModule.i 452 if not hasattr(self, 'sections_array'):
460 if not hasattr(self, 'compile_units_array'):
  /external/lldb/test/unittest2/
runner.py 166 if hasattr(result, 'separator2'):
  /external/llvm/utils/lit/lit/
util.py 15 if hasattr(os, "sysconf"):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dumbdbm.py 221 if hasattr(self._os, 'chmod'):
re.py 318 if hasattr(action, '__call__'):
repr.py 31 if hasattr(self, 'repr_' + typename):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoComplete.py 86 if hasattr(event, "mc_state") and event.mc_state:
CallTips.py 137 if ob is not None and hasattr(ob, '__call__'):
GrepDialog.py 11 if not hasattr(engine, "_grepdialog"):
ReplaceDialog.py 11 if not hasattr(engine, "_replacedialog"):
SearchEngine.py 6 if not hasattr(root, "_searchengine"):
StackViewer.py 39 if hasattr(type, "__name__"):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 54 if not(sys.platform == 'win32' or hasattr(_multiprocessing, 'recvfd')):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
EasyDialogs.py 466 if hasattr(MacOS, 'SchedParams'):
571 if hasattr(MacOS, 'SchedParams'):
819 if hasattr(MacOS, 'SchedParams'):
834 if hasattr(MacOS, 'SchedParams'):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_epoll.py 31 if not hasattr(select, "epoll"):
test_imaplib.py 93 if hasattr(self, 'cmd_%s' % (cmd,)):
test_mmap.py 325 if hasattr(os, "stat"):
341 if not hasattr(os, "stat"):
358 if not hasattr(os, "stat"):
546 if not hasattr(mmap, 'PROT_READ'):
test_new.py 105 if hasattr(new, 'code'):
test_old_mailbox.py 56 if hasattr(os, "link"):
test_peepholer.py 234 if verbose and hasattr(sys, "gettotalrefcount"):
test_pep352.py 39 self.assertTrue(hasattr(ins, attr),
test_threading_local.py 98 passed[0] = all(not hasattr(local, 'foo') for local in locals)
test_time.py 136 @unittest.skipIf(not hasattr(time, "tzset"),
test_zlib.py 327 if hasattr(zlib, opt)]
346 if hasattr(zlib, 'Z_SYNC_FLUSH'):
411 if hasattr(zlib.compressobj(), "copy"):
466 if hasattr(zlib.decompressobj(), "copy"):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
runner.py 159 if hasattr(result, 'separator2'):

Completed in 1084 milliseconds

<<11121314151617181920>>