davemds pushed a commit to branch master.

commit 0c9af066e09e2a34dc3e8f244d403a747c314d50
Author: davemds <[email protected]>
Date:   Mon Aug 19 21:09:15 2013 +0200

    PythonEFL: exclude some ecore stuff from the coverage.py script
---
 api_coverage.py | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/api_coverage.py b/api_coverage.py
index 1e6f2ef..315250e 100755
--- a/api_coverage.py
+++ b/api_coverage.py
@@ -16,6 +16,13 @@ c_exclude_list = [
     "elm_quicklaunch", # Is quicklaunch relevant for us?
     "emotion_object_extension_may_play_fast_get", # this optimization does not 
work from py
     "edje_edit_", # edje edit is not there for users to use
+    "ecore_thread_", # python has his own thread abstraction library
+    "ecore_pipe_", # python has his own pipe abstraction library
+    "ecore_getopt_", # python has his own getopt implementation
+    "ecore_coroutine_", # python has someting similar...maybe
+    "ecore_fork_", # low level stuff, not to be exposed
+    "ecore_timer_dump", # this is just usefull for debugging
+    "ecore_throttle_", # I don't know what this is :/  - davemds
 ]
 c_excludes = "|".join(c_exclude_list)
 

-- 

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk

Reply via email to