Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ enter
Method
enter
tensorflow/python/autograph/pyct/transformer.py:108–109 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
106
self.enter()
107
108
def
enter(self):
109
self._stack.append(self.type())
110
111
def
exit(self):
112
return
self._stack.pop()
Callers
15
__init__
Method · 0.95
runTestBuildGraphError
Method · 0.45
_Enter
Function · 0.45
visit_While
Method · 0.45
visit_If
Method · 0.45
visit_Lambda
Method · 0.45
_process_iterable_comprehension
Method · 0.45
visit_DictComp
Method · 0.45
_process_body
Method · 0.45
_visit_loop_body
Method · 0.45
_visit_non_loop_body
Method · 0.45
visit_Lambda
Method · 0.45
Calls
2
type
Method · 0.65
append
Method · 0.45
Tested by
3
runTestBuildGraphError
Method · 0.36
visit_While
Method · 0.36
visit_If
Method · 0.36