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

Method __init__

pager_lib/tqdm/utils.py:108–110  ·  view source on GitHub ↗
(self, replace='')

Source from the content-addressed store, hash-verified

106 'something'
107 """ # NOQA: P102
108 def __init__(self, replace=''):
109 self.replace = replace
110 self.format_called = 0
111
112 def __format__(self, _):
113 self.format_called += 1

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected