MCPcopy
hub / github.com/vladmandic/sdnext / filter

Method filter

modules/logger.py:124–125  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

122 super().__init__()
123
124 def filter(self, record):
125 return len(record.getMessage()) > 2
126
127 def override_padding(self, console, options): # pylint: disable=redefined-outer-name
128 style = console.get_style(self.style)

Callers 15

fillFunction · 0.45
img2imgFunction · 0.45
_apply_lutFunction · 0.45
setHintsFunction · 0.45
getCardsForActivePageFunction · 0.45
sortExtraNetworksFunction · 0.45
applyStylesFunction · 0.45
loadAllFunction · 0.45
selected_gallery_filesFunction · 0.45
setThemeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected