MCPcopy Create free account
hub / github.com/Python-Markdown/markdown / __exit__

Method __exit__

markdown/test_tools.py:115–116  ·  view source on GitHub ↗
(self, type, value, tb)

Source from the content-addressed store, hash-verified

113 sys.setrecursionlimit(self.limit)
114
115 def __exit__(self, type, value, tb):
116 sys.setrecursionlimit(self.old_limit)
117
118
119#########################

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected