Home
last modified time | relevance | path

Searched refs: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
667 self._build_string = build_string
684 build_string = property(get_build_string, None) variable in Version
702 and (self.build_string == other.build_string)