Inheritance Hierarchy
Namespace: IronPython.Runtime.TypesAssembly: IronPython (in IronPython.dll) Version: 2.7
Syntax[SerializableAttribute]
[PythonTypeAttribute("instance")]
public sealed class OldInstance : ICodeFormattable,
ICustomTypeDescriptor, ISerializable, IWeakReferenceable, IDynamicMetaObjectProvider, IPythonMembersList,
IMembersList, IFastGettable
[SerializableAttribute]
[PythonTypeAttribute(L"instance")]
public ref class OldInstance sealed : ICodeFormattable,
ICustomTypeDescriptor, ISerializable, IWeakReferenceable, IDynamicMetaObjectProvider, IPythonMembersList,
IMembersList, IFastGettable
[<SealedAttribute>]
[<SerializableAttribute>]
[<PythonTypeAttribute("instance")>]
type OldInstance =
class
interface ICodeFormattable
interface ICustomTypeDescriptor
interface ISerializable
interface IWeakReferenceable
interface IDynamicMetaObjectProvider
interface IPythonMembersList
interface IMembersList
interface IFastGettable
end
The OldInstance type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | __abs__ | |
 | __cmp__ | |
 | __coerce__ | |
 | __complex__ | |
 | __contains__ | |
 | __delslice__ | |
 | __divmod__ | |
 | __eq__ | |
 | __float__ | |
 | __getattribute__ | |
 | __getslice__ | |
 | __hash__ | |
 | __hex__ | |
 | __index__ | |
 | __int__ | |
 | __invert__ | |
 | __len__ | |
 | __long__ | |
 | __ne__ | |
 | __neg__ | |
 | __nonzero__ | |
 | __oct__ | |
 | __pos__ | |
  | __rdivmod__ | |
 | __repr__ | |
 | __setslice__ | |
 | Call(CodeContext) | |
 | Call(CodeContext, Object) | |
 | Call(CodeContext, Object) | |
 | Call(CodeContext, IDictionaryObject, Object, Object) | |
 | DeleteItem | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
  | FloorDivide(Object, OldInstance) | |
  | FloorDivide(OldInstance, Object) | |
 | GetHashCode | (Overrides ObjectGetHashCode.) |
 | GetItem | |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | InPlaceAdd | |
 | InPlaceBitwiseAnd | |
 | InPlaceBitwiseOr | |
 | InPlaceDivide | |
 | InPlaceExclusiveOr | |
 | InPlaceFloorDivide | |
 | InPlaceLeftShift | |
 | InPlaceMod | |
 | InPlaceMultiply | |
 | InPlacePower | |
 | InPlaceRightShift | |
 | InPlaceSubtract | |
 | InPlaceTrueDivide | |
  | LeftShift(Object, OldInstance) | |
  | LeftShift(OldInstance, Object) | |
  | Power(Object, OldInstance) | |
  | Power(OldInstance, Object) | |
  | Power(OldInstance, Object, Object) | |
  | RightShift(Object, OldInstance) | |
  | RightShift(OldInstance, Object) | |
 | SetItem | |
 | ToString | (Overrides ObjectToString.) |
  | TrueDivide(Object, OldInstance) | |
  | TrueDivide(OldInstance, Object) | |
Top
Operators
| Name | Description |
---|
  | Addition(Object, OldInstance) | |
  | Addition(OldInstance, Object) | |
  | BitwiseAnd(Object, OldInstance) | |
  | BitwiseAnd(OldInstance, Object) | |
  | BitwiseOr(Object, OldInstance) | |
  | BitwiseOr(OldInstance, Object) | |
  | Division(Object, OldInstance) | |
  | Division(OldInstance, Object) | |
  | ExclusiveOr(Object, OldInstance) | |
  | ExclusiveOr(OldInstance, Object) | |
  | False | |
  | GreaterThan | |
  | GreaterThanOrEqual | |
  | LessThan | |
  | LessThanOrEqual | |
  | Modulus(Object, OldInstance) | |
  | Modulus(OldInstance, Object) | |
  | Multiply(Object, OldInstance) | |
  | Multiply(OldInstance, Object) | |
  | Subtraction(Object, OldInstance) | |
  | Subtraction(OldInstance, Object) | |
  | True | |
Top
Explicit Interface Implementations
See Also