MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / pop_stack

Method pop_stack

tools/meta_codegen/framework/log.py:58–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56 self.__stack.append(stack)
57
58 def pop_stack(self) -> None:
59 self.__stack.pop()
60
61 def stack_scope(self, stack: 'LogStack' | List['LogStack']):
62 class __StackGuard:

Callers 1

__exit__Method · 0.80

Calls 1

popMethod · 0.45

Tested by

no test coverage detected