Searched refs:fix_none (Results 1 – 1 of 1) sorted by relevance
484 def fix_none(s: Optional[str]) -> str: function489 … return (fix_none(j.pmu).replace(',','_'), fix_none(j.name), j.desc is not None, fix_none(j.topic),490 fix_none(j.metric_name))544 def fix_none(s: Optional[str]) -> str: function549 return (j.desc is not None, fix_none(j.pmu), fix_none(j.metric_name))