MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / configure

Function configure

config.py:81–85  ·  view source on GitHub ↗
(env)

Source from the content-addressed store, hash-verified

79 sys.path.remove(platform_macos_builders_dir)
80
81def configure(env):
82 if not env.editor_build:
83 monkey_patch_sort_module_list()
84 if env["platform"] == "macos":
85 monkey_patch_macos_generate_bundle()
86
87
88def get_doc_classes():

Callers

nothing calls this directly

Tested by

no test coverage detected