Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/fluentpython/example-code-2e
/ NCTextIOWrapper
Class
NCTextIOWrapper
21-async/mojifinder/bottle.py:136–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
if
py31:
135
from
io
import
TextIOWrapper
136
class
NCTextIOWrapper(TextIOWrapper):
137
def
close(self):
pass
# Keep wrapped buffer open.
138
139
140
# A bug in functools causes it to break if the wrapper is an instance method
Callers
1
POST
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected