Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
MemoryView ( IBufferProtocol @object ) : Microsoft.Scripting.Math | ||
__len__ ( ) : int | ||
__repr__ ( CodeContext context ) : string | ||
operator ( ) : bool | ||
this ( [ slice ) : object | ||
this ( int index ) : object | ||
tobytes ( ) : System.Bytes | ||
tolist ( ) : List |
Метод | Описание | |
---|---|---|
MemoryView ( IBufferProtocol @object, int start, int end ) : Microsoft.Scripting.Math | ||
ValidateIndex ( int index ) : int | ||
__delitem__ ( IronPython.Runtime.Slice slice ) : void | ||
__delitem__ ( int index ) : void |
public MemoryView ( IBufferProtocol @object ) : Microsoft.Scripting.Math | ||
@object | IBufferProtocol | |
Результат | Microsoft.Scripting.Math |
public __repr__ ( CodeContext context ) : string | ||
context | CodeContext | |
Результат | string |