Searched refs:fix_none (Results 1 – 1 of 1) sorted by relevance
451 def fix_none(s: Optional[str]) -> str: function456 … return (fix_none(j.pmu).replace(',','_'), fix_none(j.name), j.desc is not None, fix_none(j.topic),457 fix_none(j.metric_name))507 def fix_none(s: Optional[str]) -> str: function512 return (j.desc is not None, fix_none(j.pmu), fix_none(j.metric_name))