Property | Type | Description | |
---|---|---|---|
Call | object | ||
Call | object | ||
Call | object | ||
CompareForwardReverse | object | ||
DeleteCustomMember | bool | ||
DeleteItem | object | ||
GetBoundMember | object | ||
GetItem | object | ||
GetObjectData | void | ||
IMembersList | IList |
||
IPythonMembersList | IList | ||
MakeDictionary | PythonDictionary | ||
OldInstance | System.Linq.Expressions | ||
SetClass | void | ||
SetCustomMember | void | ||
SetDict | void | ||
SetFinalizer | void | ||
SetItem | void | ||
TryGetBoundCustomMember | bool | ||
__cmp__ | object | ||
__divmod__ | object | ||
__rdivmod__ | object | ||
operator | object |
Method | Description | |
---|---|---|
OldInstance ( CodeContext context, OldClass @class ) : System.Linq.Expressions | ||
OldInstance ( CodeContext context, OldClass @class, PythonDictionary dict ) : System.Linq.Expressions | ||
ToString ( ) : string | ||
__abs__ ( CodeContext context ) : object | ||
__coerce__ ( CodeContext context, object other ) : object | ||
__complex__ ( CodeContext context ) : object | ||
__contains__ ( CodeContext context, object index ) : object | ||
__delslice__ ( CodeContext context, int i, int j ) : object | ||
__float__ ( CodeContext context ) : object | ||
__getattribute__ ( CodeContext context, string name ) : object | ||
__getslice__ ( CodeContext context, int i, int j ) : object | ||
__hex__ ( CodeContext context ) : object | ||
__index__ ( CodeContext context ) : object | ||
__int__ ( CodeContext context ) : object | ||
__invert__ ( CodeContext context ) : object | ||
__len__ ( CodeContext context ) : object | ||
__long__ ( CodeContext context ) : object | ||
__neg__ ( CodeContext context ) : object | ||
__nonzero__ ( CodeContext context ) : object | ||
__oct__ ( CodeContext context ) : object | ||
__pos__ ( CodeContext context ) : object | ||
__repr__ ( CodeContext context ) : string | ||
__setslice__ ( CodeContext context, int i, int j, object value ) : void | ||
operator ( ) : bool |
Method | Description | |
---|---|---|
Call ( CodeContext context ) : object | ||
Call ( CodeContext context, object>.[ | ||
Call ( CodeContext context, object args ) : object | ||
CompareForwardReverse ( object other, string forward, string reverse ) : object | ||
DeleteCustomMember ( CodeContext context, string name ) : bool | ||
DeleteItem ( CodeContext context, object item ) : object | ||
GetBoundMember ( CodeContext context, string name ) : object | ||
GetItem ( CodeContext context, object item ) : object | ||
GetObjectData ( SerializationInfo info, StreamingContext context ) : void | ||
IMembersList ( ) : IList |
||
IPythonMembersList ( CodeContext context ) : IList | ||
MakeDictionary ( OldClass oldClass ) : PythonDictionary | ||
OldInstance ( SerializationInfo info, StreamingContext context ) : System.Linq.Expressions | ||
SetClass ( object value ) : void | ||
SetCustomMember ( CodeContext context, string name, object value ) : void | ||
SetDict ( CodeContext context, object value ) : void | ||
SetFinalizer ( CodeContext context, string name, object value ) : void | ||
SetItem ( CodeContext context, object item, object value ) : void | ||
TryGetBoundCustomMember ( CodeContext context, string name, object &value ) : bool | ||
__cmp__ ( CodeContext context, object other ) : object | ||
__divmod__ ( CodeContext context, object divmod ) : object | ||
__rdivmod__ ( CodeContext context, object divmod, [ self ) : object | ||
operator ( ) : object |
public OldInstance ( CodeContext context, OldClass @class ) : System.Linq.Expressions | ||
context | CodeContext | |
@class | OldClass | |
return | System.Linq.Expressions |
public OldInstance ( CodeContext context, OldClass @class, PythonDictionary dict ) : System.Linq.Expressions | ||
context | CodeContext | |
@class | OldClass | |
dict | PythonDictionary | |
return | System.Linq.Expressions |
public __abs__ ( CodeContext context ) : object | ||
context | CodeContext | |
return | object |
public __coerce__ ( CodeContext context, object other ) : object | ||
context | CodeContext | |
other | object | |
return | object |
public __complex__ ( CodeContext context ) : object | ||
context | CodeContext | |
return | object |
public __contains__ ( CodeContext context, object index ) : object | ||
context | CodeContext | |
index | object | |
return | object |
public __delslice__ ( CodeContext context, int i, int j ) : object | ||
context | CodeContext | |
i | int | |
j | int | |
return | object |
public __float__ ( CodeContext context ) : object | ||
context | CodeContext | |
return | object |
public __getattribute__ ( CodeContext context, string name ) : object | ||
context | CodeContext | |
name | string | |
return | object |
public __getslice__ ( CodeContext context, int i, int j ) : object | ||
context | CodeContext | |
i | int | |
j | int | |
return | object |
public __hex__ ( CodeContext context ) : object | ||
context | CodeContext | |
return | object |
public __index__ ( CodeContext context ) : object | ||
context | CodeContext | |
return | object |
public __int__ ( CodeContext context ) : object | ||
context | CodeContext | |
return | object |
public __invert__ ( CodeContext context ) : object | ||
context | CodeContext | |
return | object |
public __len__ ( CodeContext context ) : object | ||
context | CodeContext | |
return | object |
public __long__ ( CodeContext context ) : object | ||
context | CodeContext | |
return | object |
public __neg__ ( CodeContext context ) : object | ||
context | CodeContext | |
return | object |
public __nonzero__ ( CodeContext context ) : object | ||
context | CodeContext | |
return | object |
public __oct__ ( CodeContext context ) : object | ||
context | CodeContext | |
return | object |
public __pos__ ( CodeContext context ) : object | ||
context | CodeContext | |
return | object |
public __repr__ ( CodeContext context ) : string | ||
context | CodeContext | |
return | string |
public __setslice__ ( CodeContext context, int i, int j, object value ) : void | ||
context | CodeContext | |
i | int | |
j | int | |
value | object | |
return | void |