Home
last modified time | relevance | path

Searched refs:InstanceMethod (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/test_capi/
H A Dtest_misc.py52 class InstanceMethod: class
59 inst = InstanceMethod()
63 self.assertEqual(InstanceMethod.testfunction.__doc__, testfunction.__doc__)
65 InstanceMethod.testfunction.attribute = "test"

Completed in 3 milliseconds