egoexpress / innoxmpp

Python XMPP admin 'bots' based on the SleekXMPP library
2 stars 1 forks source link

Add predicate inspect.ismethod to inspect.getmembers calls #2

Closed egoexpress closed 11 years ago

egoexpress commented 12 years ago

To speed up things a bit, add the inspect.ismethod predicate to the function calls of inspect.getmembers (as we only want to check methods if they match the required criteria or not).