Home
last modified time | relevance | path

Searched defs:code_context (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/_dynamo/
Dcode_context.py30 code_context = CodeContextDict() variable
/external/python/cpython3/Lib/
Dinspect.py1637 def __new__(cls, filename, lineno, function, code_context, index, *, positions=None): argument
1709 def __new__(cls, frame, filename, lineno, function, code_context, index, *, positions=None): argument