Searched refs:fix_none (Results 1 – 1 of 1) sorted by relevance
492 def fix_none(s: Optional[str]) -> str: function497 … return (fix_none(j.pmu).replace(',','_'), fix_none(j.name), j.desc is not None, fix_none(j.topic),498 fix_none(j.metric_name))552 def fix_none(s: Optional[str]) -> str: function557 return (j.desc is not None, fix_none(j.pmu), fix_none(j.metric_name))