Azure / Azure/azure-sdk-tools

[Python APIView] create spec for detecting handwritten code and implement

Open
#11,514 0 comments 0 reactions 1 assignee Claimed by @swathipil View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.