Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
cython
Commits
5ce158a1
Commit
5ce158a1
authored
Oct 29, 2017
by
Julian Gethmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add FusedType to Shadow.pyi
* `FusedType` for the PEP484's stub file
parent
6bc071d5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Cython/Shadow.pyi
Cython/Shadow.pyi
+5
-0
No files found.
Cython/Shadow.pyi
View file @
5ce158a1
...
@@ -81,3 +81,8 @@ class typedef(CythonType, Generic[_T]):
...
@@ -81,3 +81,8 @@ class typedef(CythonType, Generic[_T]):
def __call__(self, *arg: Any) -> _T: ...
def __call__(self, *arg: Any) -> _T: ...
def __repr__(self) -> str: ...
def __repr__(self) -> str: ...
__getitem__ = index_type
__getitem__ = index_type
class _FusedType(CythonType, Genergic[_T]):
def __init__(self, Union[py_int, py_long, , py_float, py_complex, Any]) -> None: ...
def fused_type(basetype: _T) -> Type[FusedType[_T]]: ...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment