Home
last modified time | relevance | path

Searched defs:build_string (Results 1 – 1 of 1) sorted by relevance

/llvm-project/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py663 def __init__(self, major, minor, release, build_string): argument
684 build_string = property(get_build_string, None) variable in Version