MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / __init__

Method __init__

pager_lib/tqdm/utils.py:169–171  ·  view source on GitHub ↗
(self, wrapped, encoding)

Source from the content-addressed store, hash-verified

167 """
168 # pylint: disable=too-few-public-methods
169 def __init__(self, wrapped, encoding):
170 super().__init__(wrapped)
171 self.wrapper_setattr('encoding', encoding)
172
173 def write(self, s):
174 """

Callers

nothing calls this directly

Calls 2

wrapper_setattrMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected