Home
last modified time | relevance | path

Searched refs:__contains__ (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/lldb/examples/customization/import-python/
H A Dimportcmd.py7 return sys.path.__contains__(dirname)
/openbsd/gnu/llvm/lldb/examples/python/
H A Dmemory.py40 if not (sys.path.__contains__(lldb_python_dir)):
H A Dtypes.py41 if not (sys.path.__contains__(lldb_python_dir)):
H A Dprocess_events.py42 if not (sys.path.__contains__(lldb_python_dir)):
H A Dperformance.py46 if not (sys.path.__contains__(lldb_python_dir)):
H A Dcrashlog.py59 if os.path.exists(lldb_python_path) and not sys.path.__contains__(lldb_python_path):
/openbsd/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py341 def __contains__(self, other): member in SourceRange