Searched refs:json_frame (Results 1 – 2 of 2) sorted by relevance
111 def __init__(self, json_frame): argument112 self.lctx_id = json_frame['lctx_id']113 self.caption = json_frame['location_context']114 self.decl = json_frame['calling']115 self.loc = SourceLocation(json_frame['location']) \116 if json_frame['location'] is not None else None131 def __init__(self, json_frame): argument132 self.location_context = LocationContext(json_frame)135 b['value']) for b in json_frame['items']]136 if json_frame['items'] is not None else [])
463 for json_frame in json_frames:464 image_id = int(json_frame[0])471 frame_offset = int(json_frame[1])