Lines Matching full:doc

51 …children = property(get_value_child_list, None, doc='''A read only property that returns a list() …
52 …child = property(get_child_access_object, None, doc='''A read only property that returns an object…
53 …name = property(GetName, None, doc='''A read only property that returns the name of this value as …
54 …type = property(GetType, None, doc='''A read only property that returns a lldb.SBType object that …
55 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of t…
56 …is_in_scope = property(IsInScope, None, doc='''A read only property that returns a boolean value t…
57 …format = property(GetName, SetFormat, doc='''A read/write property that gets/sets the format used …
58 …value = property(GetValue, SetValueFromCString, doc='''A read/write property that gets/sets value …
59 …value_type = property(GetValueType, None, doc='''A read only property that returns an lldb enumera…
60 …changed = property(GetValueDidChange, None, doc='''A read only property that returns a boolean val…
61 …data = property(GetData, None, doc='''A read only property that returns an lldb object (lldb.SBDat…
62 …load_addr = property(GetLoadAddress, None, doc='''A read only property that returns the load addre…
63 …addr = property(GetAddress, None, doc='''A read only property that returns an lldb.SBAddress that …
64 …deref = property(Dereference, None, doc='''A read only property that returns an lldb.SBValue that …
65 …address_of = property(AddressOf, None, doc='''A read only property that returns an lldb.SBValue th…
66 …error = property(GetError, None, doc='''A read only property that returns the lldb.SBError that re…
67 …summary = property(GetSummary, None, doc='''A read only property that returns the summary for this…
68 …description = property(GetObjectDescription, None, doc='''A read only property that returns the la…
69 …dynamic = property(__get_dynamic__, None, doc='''A read only property that returns an lldb.SBValue…
70 …location = property(GetLocation, None, doc='''A read only property that returns the location of th…
71 …target = property(GetTarget, None, doc='''A read only property that returns the lldb.SBTarget that…
72 …process = property(GetProcess, None, doc='''A read only property that returns the lldb.SBProcess t…
73 …thread = property(GetThread, None, doc='''A read only property that returns the lldb.SBThread that…
74 …frame = property(GetFrame, None, doc='''A read only property that returns the lldb.SBFrame that th…
75 …num_children = property(GetNumChildren, None, doc='''A read only property that returns the number …
76 …unsigned = property(GetValueAsUnsigned, None, doc='''A read only property that returns the value o…
77 …signed = property(GetValueAsSigned, None, doc='''A read only property that returns the value of th…
84 …path = property(get_expr_path, None, doc='''A read only property that returns the expression path …