ConstructorFunction Class |
Namespace: IronPython.Runtime.Types
The ConstructorFunction type exposes the following members.
Name | Description | |
---|---|---|
![]() | __call__ | (Inherited from BuiltinFunction.) |
![]() | __cmp__ | (Inherited from BuiltinFunction.) |
![]() | __get__ | (Inherited from PythonTypeSlot.) |
![]() | __hash__ | (Inherited from BuiltinFunction.) |
![]() | __repr__ | (Inherited from BuiltinFunction.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Get__module__ | (Inherited from BuiltinFunction.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Set__module__ | (Inherited from BuiltinFunction.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | __doc__ | (Overrides BuiltinFunction__doc__.) |
![]() | __name__ | |
![]() | __self__ | (Inherited from BuiltinFunction.) |
![]() | DeclaringType | (Inherited from BuiltinFunction.) |
![]() | Overloads | (Overrides BuiltinFunctionOverloads.) |
![]() | Targets |
Gets the target methods that we'll be calling.
(Inherited from BuiltinFunction.) |
Name | Description | |
---|---|---|
![]() ![]() | IDynamicMetaObjectProviderGetMetaObject | (Inherited from BuiltinFunction.) |