Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
flatbuffers
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
flatbuffers
Commits
a88cf317
Commit
a88cf317
authored
Feb 08, 2016
by
rw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Python: remove ctypes dependency in runtime library.
parent
38662548
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
encode.py
python/flatbuffers/encode.py
+0
-2
number_types.py
python/flatbuffers/number_types.py
+0
-2
No files found.
python/flatbuffers/encode.py
View file @
a88cf317
...
...
@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import
ctypes
from
.
import
number_types
as
N
from
.
import
packer
from
.compat
import
memoryview_type
...
...
python/flatbuffers/number_types.py
View file @
a88cf317
...
...
@@ -12,10 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import
ctypes
import
collections
import
struct
from
ctypes
import
sizeof
from
.
import
packer
...
...
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