Property | Type | Description | |
---|---|---|---|
BadSelf | |||
Call | object | ||
Call | object | ||
CheckSelf | object | ||
DeclaringClassAsString | string | ||
DeleteMember | void | ||
GetCustomMember | object | ||
IDynamicMetaObjectProvider | DynamicMetaObject | ||
IMembersList | IList |
||
IPythonMembersList | IList | ||
IWeakReferenceable | IronPython.Runtime.WeakRefTracker | ||
IWeakReferenceable | bool | ||
IWeakReferenceable | void | ||
SetMemberAfter | void | ||
TryGetValue | bool |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Method ( object function, object instance ) : System.Linq.Expressions | ||
Method ( object function, object instance, object @class ) : System.Linq.Expressions | ||
__repr__ ( CodeContext context ) : string |
Method | Description | |
---|---|---|
BadSelf ( object got ) : |
||
Call ( CodeContext context ) : object | ||
Call ( CodeContext context, object>.[ | ||
CheckSelf ( CodeContext context, object self ) : object |
Validates that the current self object is usable for this method.
|
|
DeclaringClassAsString ( ) : string | ||
DeleteMember ( CodeContext context, string name ) : void | ||
GetCustomMember ( CodeContext context, string name ) : object | ||
IDynamicMetaObjectProvider ( |
||
IMembersList ( ) : IList |
||
IPythonMembersList ( CodeContext context ) : IList | ||
IWeakReferenceable ( ) : IronPython.Runtime.WeakRefTracker | ||
IWeakReferenceable ( IronPython.Runtime.WeakRefTracker value ) : bool | ||
IWeakReferenceable ( IronPython.Runtime.WeakRefTracker value ) : void | ||
SetMemberAfter ( CodeContext context, string name, object value ) : void | ||
TryGetValue ( CodeContext context, object instance, IronPython.Runtime.Types.PythonType owner, object &value ) : bool |
public Method ( object function, object instance ) : System.Linq.Expressions | ||
function | object | |
instance | object | |
return | System.Linq.Expressions |
public Method ( object function, object instance, object @class ) : System.Linq.Expressions | ||
function | object | |
instance | object | |
@class | object | |
return | System.Linq.Expressions |
public __repr__ ( CodeContext context ) : string | ||
context | CodeContext | |
return | string |