BuiltinFunction Class |
Namespace: IronPython.Runtime.Types
The BuiltinFunction type exposes the following members.
Name | Description | |
---|---|---|
![]() | __call__ | |
![]() | __cmp__ | |
![]() | __get__ | (Inherited from PythonTypeSlot.) |
![]() | __hash__ | |
![]() ![]() | __new__ | |
![]() | __repr__ | |
![]() | 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__ | |
![]() | 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__ | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | GreaterThan | |
![]() ![]() | GreaterThanOrEqual | |
![]() ![]() | LessThan | |
![]() ![]() | LessThanOrEqual |
Name | Description | |
---|---|---|
![]() | __doc__ | |
![]() | __name__ | |
![]() | __self__ | |
![]() | DeclaringType | |
![]() | Overloads |
Provides (for reflected methods) a mapping from a signature to the exact target
which takes this signature.
signature with syntax like the following:
someClass.SomeMethod.Overloads[str, int]("Foo", 123)
|
![]() | Targets |
Gets the target methods that we'll be calling.
|
Name | Description | |
---|---|---|
![]() ![]() | IDynamicMetaObjectProviderGetMetaObject |