MatthieuDartiailh / pyclibrary

C parser and ctypes automation for python
http://pyclibrary.readthedocs.org
MIT License
66 stars 29 forks source link

Fix handling of nd array by ctypes #45

Closed MatthieuDartiailh closed 4 years ago

MatthieuDartiailh commented 4 years ago

For nd array we fuse modifiers into single list and go in reverse when creating the ctypes type

codecov-commenter commented 4 years ago

Codecov Report

Merging #45 into master will increase coverage by 0.44%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   76.69%   77.14%   +0.44%     
==========================================
  Files           7        7              
  Lines        1403     1413      +10     
==========================================
+ Hits         1076     1090      +14     
+ Misses        327      323       -4