Underlying python 'function' object.
(self)
| 1666 | |
| 1667 | @property |
| 1668 | def function(self): |
| 1669 | """Underlying python 'function' object.""" |
| 1670 | return getimfunc(self.obj) |
| 1671 | |
| 1672 | @property |
| 1673 | def instance(self): |
nothing calls this directly
no test coverage detected