addMethods        453 lib/python/SWF.c     all_methods = addMethods(all_methods, primitive_methods);
addMethods        454 lib/python/SWF.c     all_methods = addMethods(all_methods, tag_methods);
addMethods        455 lib/python/SWF.c     all_methods = addMethods(all_methods, action_methods);
addMethods        456 lib/python/SWF.c     all_methods = addMethods(all_methods, swf_methods);
addMethods        458 lib/python/SWF.c     all_methods = addMethods(all_methods, LoggingMethods);
addMethods         15 lib/python/pyutils.h PyMethodDef* addMethods(PyMethodDef*obj1, PyMethodDef*obj2);