Lines Matching refs:method
66 cmp-method,
68 coerce-method,
69 delslice-method,
70 div-method,
77 getslice-method,
79 hex-method,
80 idiv-method,
93 next-method-called,
94 next-method-defined,
102 nonzero-method,
103 oct-method,
113 rdiv-method,
118 setslice-method,
218 # Regular expression matching correct method names
219 method-rgx=(?x)^(?:(?P<exempt>_[a-z0-9_]+__|runTest|setUp|tearDown|setUpTestCase|tearDownTestCase|s…
400 # List of method names used to declare (i.e. assign) instance attributes.
413 # List of valid names for the first argument in a class method.
417 # List of valid names for the first argument in a metaclass class method.