MCPcopy 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
_EnterFunction · 0.45
visit_WhileMethod · 0.45
visit_IfMethod · 0.45
visit_LambdaMethod · 0.45
visit_DictCompMethod · 0.45
_process_bodyMethod · 0.45
_visit_loop_bodyMethod · 0.45
_visit_non_loop_bodyMethod · 0.45
visit_LambdaMethod · 0.45

Calls 2

typeMethod · 0.65
appendMethod · 0.45

Tested by 3

visit_WhileMethod · 0.36
visit_IfMethod · 0.36