MCPcopy Index your code
hub / github.com/apache/tvm / pop_token

Method pop_token

python/tvm/script/parser/core/parser.py:437–442  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

435 context = enter_func(self)
436
437 def pop_token():
438 exit_func = dispatch.get(
439 token=token, type_name="exit_token", default=lambda *args: None
440 )
441 exit_func(self, context)
442 self.dispatch_tokens.pop()
443
444 return _deferred(pop_token)
445

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected