Home
last modified time | relevance | path

Searched refs:getsourcelines (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/_extends/parse/
Dparser.py384 _, cls_fline = inspect.getsourcelines(obj_cls)
555 lines, self.line_offset = inspect.getsourcelines(self.fn)
/third_party/python/Lib/
Dpdb.py107 def getsourcelines(obj): function
1270 lines, lineno = getsourcelines(self.curframe)
1286 lines, lineno = getsourcelines(obj)
Dinspect.py1120 def getsourcelines(object): function
1147 lines, lnum = getsourcelines(object)
/third_party/python/Misc/NEWS.d/
D3.5.0a4.rst176 inspect.getsourcelines() now tries to compute the start and end lines from
D3.8.0a1.rst3441 Fix inspect.getsourcelines for module level frames/tracebacks. Patch by
/third_party/python/Lib/unittest/test/
Dtest_case.py1452 _runtime_warn_lineno = inspect.getsourcelines(_runtime_warn)[1]
1546 _runtime_warn_lineno = inspect.getsourcelines(_runtime_warn)[1]
/third_party/python/Doc/library/
Dinspect.rst517 .. function:: getsourcelines(object)