File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -270,6 +270,7 @@ class JCallable(BaseModel):
270
270
code (str): The code block of the callable.
271
271
start_line (int): The starting line number of the callable in the source file.
272
272
end_line (int): The ending line number of the callable in the source file.
273
+ code_start_line (int): The starting line number of the code block of a callable in the source file.
273
274
referenced_types (List[str]): The types referenced within the callable.
274
275
accessed_fields (List[str]): Fields accessed in the callable.
275
276
call_sites (List[JCallSite]): Call sites in the callable.
@@ -293,6 +294,7 @@ class JCallable(BaseModel):
293
294
code : str
294
295
start_line : int
295
296
end_line : int
297
+ code_start_line : int
296
298
referenced_types : List [str ]
297
299
accessed_fields : List [str ]
298
300
call_sites : List [JCallSite ]
You can’t perform that action at this time.
0 commit comments