Searched defs:code_context (Results 1 – 2 of 2) sorted by relevance
/external/pytorch/torch/_dynamo/ |
D | code_context.py | 30 code_context = CodeContextDict() variable
|
/external/python/cpython3/Lib/ |
D | inspect.py | 1637 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
|