(env)
| 79 | sys.path.remove(platform_macos_builders_dir) |
| 80 | |
| 81 | def 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 | |
| 88 | def get_doc_classes(): |
nothing calls this directly
no test coverage detected