[Python APIView] create spec for detecting handwritten code and implement
Open
APIView
P1
Python
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 130
Description
Outline spec for correctly detect fully handwritten packages and implement.
Specifically:
- Check to see if any _patch.py files exist in public folder. Still need to account for workarounds like importing from a private folder (_generated).
Ex.
```py
# azure/foo/__init__.py
from ._generated.models import BarModel
# azure/foo/_generated/models.py
class BarModel:
...
```
Contributor guide
Assessment
This issue has not been assessed yet.