Lines Matching refs:instance
301 """Return true if the object is an instance method.
307 __self__ instance to which this method is bound"""
511 __self__ instance to which a method is bound, or None"""
607 instead of instance members in some cases.
1641 instance = super().__new__(cls, filename, lineno, function, code_context, index)
1642 instance.positions = positions
1643 return instance
1713 instance = super().__new__(cls, frame, filename, lineno, function, code_context, index)
1714 instance.positions = positions
1715 return instance
1816 instead of instance members in some cases. See the
2515 # of a Python function (Cython functions, for instance), then:
2595 # We also check that the 'obj' is not an instance of
2822 The Signature object that created this instance.