Searched refs:fix_none (Results 1 – 1 of 1) sorted by relevance
513 def fix_none(s: Optional[str]) -> str: function518 … return (fix_none(j.pmu).replace(',','_'), fix_none(j.name), j.desc is not None, fix_none(j.topic),519 fix_none(j.metric_name))573 def fix_none(s: Optional[str]) -> str: function578 return (j.desc is not None, fix_none(j.pmu), fix_none(j.metric_name))