Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OBITools3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OBITools
OBITools3
3681cecb4d2ba7352f78ef3909317e6b997d5d4c
3681cecb4d2ba7352f78ef3909317e6b997d5d4c
Switch branch/tag
obitools3
python
obitools3
utils.pxd
Find file
Normal view
History
Permalink
utils.pxd
93 Bytes
Edit
Web IDE
Newer
Older
entirely reworked cython wrapper
Celine Mercier
committed
Sep 28, 2015
1
2
#cython: language_level=3
test
Celine Mercier
committed
Sep 25, 2015
3
4
5
cdef
bytes
str2bytes
(
str
string
)
cdef
str
bytes2str
(
bytes
string
)