tidy
This commit is contained in:
parent
a3adcd24db
commit
2be88129f9
1 changed files with 2 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ class EmptySyntheticProvider:
|
|||
def has_children(self) -> bool:
|
||||
return False
|
||||
|
||||
|
||||
def get_template_args(type_name: str) -> List[str]:
|
||||
params = []
|
||||
level = 0
|
||||
|
|
@ -148,6 +149,7 @@ def get_template_args(type_name: str) -> List[str]:
|
|||
start = i + 1
|
||||
return params
|
||||
|
||||
|
||||
def SizeSummaryProvider(valobj: SBValue, _dict: LLDBOpaque) -> str:
|
||||
return "size=" + str(valobj.GetNumChildren())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue