MCPcopy Index your code
hub / github.com/plotly/plotly.py / make_paths

Function make_paths

codegen/__init__.py:90–96  ·  view source on GitHub ↗

Make various paths needed for formatting and linting.

(outdir)

Source from the content-addressed store, hash-verified

88
89
90def make_paths(outdir):
91 """Make various paths needed for formatting and linting."""
92
93 validators_dir = opath.join(outdir, "validators")
94 graph_objs_dir = opath.join(outdir, "graph_objs")
95 graph_objects_path = opath.join(outdir, "graph_objects", "__init__.py")
96 return validators_dir, graph_objs_dir, graph_objects_path
97
98
99def lint_code(outdir):

Callers 3

lint_codeFunction · 0.85
reformat_codeFunction · 0.85
perform_codegenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected