MCPcopy 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

134if 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

POSTMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected