mirror of
https://github.com/python/cpython.git
synced 2025-10-16 19:57:59 +00:00
[3.12] gh-108303: Move ann_module*.py
files to typinganndata/
folder (GH-108354) (#109672)
gh-108303: Move `ann_module*.py` files to `typinganndata/` folder (GH-108354)
(cherry picked from commit 3f61cf646d
)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
This commit is contained in:
parent
1dfb41d262
commit
b153cab6d8
13 changed files with 13 additions and 8 deletions
|
@ -1,10 +0,0 @@
|
|||
# Test `@no_type_check`,
|
||||
# see https://bugs.python.org/issue46571
|
||||
|
||||
class NoTypeCheck_Outer:
|
||||
class Inner:
|
||||
x: int
|
||||
|
||||
|
||||
def NoTypeCheck_function(arg: int) -> int:
|
||||
...
|
Loading…
Add table
Add a link
Reference in a new issue