1 """Test cases for test_pyclbr.py"""
20 # XXX: This causes test_pyclbr.py to fail, but only because the
21 # introspection-based is_method() code in the test can't
22 # distinguish between this and a geniune method function like m().
23 # The pyclbr.py module gets this right as it parses the text.