C# Class Python.Runtime.MethodBinding

Inheritance: ExtensionType
Show file Open project: fkarb/pythonnet Class Usage Examples

Public Methods

Method Description
MethodBinding ( MethodObject m, IntPtr target ) : System

Private Methods

Method Description
mp_subscript ( IntPtr tp, IntPtr idx ) : IntPtr
tp_call ( IntPtr ob, IntPtr args, IntPtr kw ) : IntPtr
tp_dealloc ( IntPtr ob ) : void
tp_getattro ( IntPtr ob, IntPtr key ) : IntPtr
tp_hash ( IntPtr ob ) : IntPtr
tp_repr ( IntPtr ob ) : IntPtr

Method Details

MethodBinding() public method

public MethodBinding ( MethodObject m, IntPtr target ) : System
m MethodObject
target System.IntPtr
return System