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

Method filter

logger.py:39–40  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

37
38class VerticalFilter(logging.Filter):
39 def filter(self, record):
40 return 'Vertical' not in record.getMessage()
41
42class Logger:
43 LOGS_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'data', 'logs')

Callers 15

convexHullFunction · 0.80
evaluateGeofenceFunction · 0.80
renderMeshHealthFunction · 0.80
refreshHealthFunction · 0.80
renderTrendsFunction · 0.80
restingFunction · 0.80
modelCardFunction · 0.80
loadAdaptiveFunction · 0.80
renderNodesFunction · 0.80
_syncNodesMethod · 0.80
_crowdOccupancyMethod · 0.80
displayCredentialsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected