()
| 135 | |
| 136 | |
| 137 | def _get_pybuilddir(): |
| 138 | pybuilddir = f'build/lib.{get_platform()}-{get_python_version()}' |
| 139 | if get_config_var('Py_DEBUG') == '1': |
| 140 | pybuilddir += '-pydebug' |
| 141 | return pybuilddir |
| 142 | |
| 143 | |
| 144 | def _get_json_data_name(): |
searching dependent graphs…