Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ __enter__
Method
__enter__
bpython/curtsiesfrontend/_internal.py:31–33 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
29
30
class
NopPydocPager:
31
def
__enter__(self):
32
self._orig_pager = pydoc.pager
33
pydoc.pager = self
34
35
def
__exit__(
36
self,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected