Construct a package spec with traversable compatibility on the spec/loader/reader.
(package)
| 161 | |
| 162 | |
| 163 | def wrap_spec(package): |
| 164 | """ |
| 165 | Construct a package spec with traversable compatibility |
| 166 | on the spec/loader/reader. |
| 167 | """ |
| 168 | return SpecLoaderAdapter(package.__spec__, TraversableResourcesLoader) |
searching dependent graphs…