| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
CPython.Types.InstanceMethod
Documentation
data InstanceMethod Source #
Instances
| Concrete InstanceMethod Source # | |
Defined in CPython.Types.InstanceMethod Methods concreteType :: InstanceMethod -> Type | |
| Object InstanceMethod Source # | |
Defined in CPython.Types.InstanceMethod Methods toObject :: InstanceMethod -> SomeObject Source # fromForeignPtr :: ForeignPtr InstanceMethod -> InstanceMethod | |
function :: InstanceMethod -> IO SomeObject Source #