FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python_example/tests/test.py at master · pybind/python_example · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pybind
/
python_example
Public template
Notifications
You must be signed in to change notification settings
Fork
151
Star
531
Code
Issues
17
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python_example
/
tests
/
test.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
5 lines (4 loc) · 114 Bytes
Breadcrumbs
python_example
/
tests
/
test.py
Copy path
File metadata and controls
5 lines (4 loc) · 114 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
import
python_example
as
m
assert
m
.
__version__
==
"0.0.1"
assert
m
.
add
(
1
,
2
)
==
3
assert
m
.
subtract
(
1
,
2
)
==
-
1
Back
|
FazBrowse Home
|
New Git URL