(config_settings=None)
| 100 | |
| 101 | @serialized_build |
| 102 | def get_requires_for_build_editable(config_settings=None): |
| 103 | # type: (Optional[Dict[str, Any]]) -> List[str] |
| 104 | |
| 105 | return cast("List[str]", get_requires_for_build_wheel(config_settings)) |
nothing calls this directly
no test coverage detected