MCPcopy Create free account
hub / github.com/defold/defold / _parse_path

Function _parse_path

engine/docs/script_doc.py:276–282  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

274 return description, brief
275
276def _parse_path(path):
277 file = ""
278 if path:
279 index = path.find('dmsdk')
280 if index != -1:
281 file = path[index:]
282 return path, file
283
284def _create_doc_info(tags):
285 info = script_doc_ddf_pb2.Info()

Callers 1

_create_doc_infoFunction · 0.85

Calls 1

findMethod · 0.45

Tested by

no test coverage detected