MCPcopy Create free account
hub / github.com/YesianRohn/TextSSR / __getattr__

Method __getattr__

diffusers/src/diffusers/utils/logging.py:291–297  ·  view source on GitHub ↗

Return empty function.

(self, _)

Source from the content-addressed store, hash-verified

289 return iter(self._iterator)
290
291 def __getattr__(self, _):
292 """Return empty function."""
293
294 def empty_fn(*args, **kwargs): # pylint: disable=unused-argument
295 return
296
297 return empty_fn
298
299 def __enter__(self):
300 return self

Callers 1

convertFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected