FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Add `operator.call` by jopemachine · Pull Request #4153 · RustPython/RustPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
RustPython
/
RustPython
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
22.3k
Code
Issues
295
Pull requests
99
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Add operator.call
- #4153
#4153
Merged
youknowone
merged 4 commits into
RustPython:main
RustPython/RustPython:main
from
jopemachine:add-call-operator
jopemachine/RustPython:add-call-operator
Copy head branch name to clipboard
Sep 12, 2022
Conversation
Commits
4
(4)
Checks
Files changed
Merged
Add operator.call
#4153
youknowone
merged 4 commits into
RustPython:main
RustPython/RustPython:main
from
jopemachine:add-call-operator
jopemachine/RustPython:add-call-operator
Copy head branch name to clipboard
Commits
Commits on Sep 9, 2022
Add `opeator.call`, such that `operator.call(obj, *args, **kwargs) == obj(*args, **kwargs)`
jopemachine
committed
d95b3c2
View commit details
Copy full SHA for d95b3c2
Browse repository at this point
Commits on Sep 10, 2022
Add missing `call` operator to `__all__`
jopemachine
committed
339de8c
View commit details
Copy full SHA for 339de8c
Browse repository at this point
Update test_operator.py from CPython v3.12.0a0
jopemachine
committed
927208c
View commit details
Copy full SHA for 927208c
Browse repository at this point
Change function name `mat_mul` -> `matmul`
jopemachine
committed
16755fa
View commit details
Copy full SHA for 16755fa
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL