fails to determine top level function name
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
```shell
~/proj/dandi/dandi-cli-master master
❯ show-paths -f full-lines -e within_asset_paths dandi/pynwb_utils.py
445 else:
446 for error in error_outputs:
447 errors.append(
448 ValidationResult(
462: within_asset_paths={path: error.location},
```
so missed the function definition
```shell
❯ git grep -p -e within_asset_paths dandi/pynwb_utils.py
dandi/pynwb_utils.py=def validate(path: str | Path, devel_debug: bool = False) -> list[ValidationResult]:
dandi/pynwb_utils.py: within_asset_paths={path: error.location},
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.