cpython-3.5.0: Bindings for libpython
Safe HaskellNone
LanguageHaskell2010

CPython.Types.Method

Documentation

data Method Source #

Instances

Instances details
Concrete Method Source # 
Instance details

Defined in CPython.Types.Method

Methods

concreteType :: Method -> Type

Object Method Source # 
Instance details

Defined in CPython.Types.Method

new :: (Object func, Object self) => func -> self -> IO Method Source #