Method: pylint.graph.normalize_node_id
Calls: 115, Exceptions: 0, Paths: 1Back
Path 1: 115 calls (1.0)
'input.w0401_cycle' (12) 'hoho' (9) 'yep' (9) 'labas' (9) 'b' (8) 'input.func_noerror_cycle.b' (8) 'input.func_w0401_package.all_the_things' (8) 'inpu...
'"input.w0401_cycle"' (12) '"hoho"' (9) '"yep"' (9) '"labas"' (9) '"b"' (8) '"input.func_noerror_cycle.b"' (8) '"input.func_w0401_package.all_the_thin...
1def normalize_node_id(nid: str) -> str:
2 """Returns a suitable DOT node id for `nid`."""
3 return f'"{nid}"'