Метод | Описание | |
---|---|---|
__nonzero__ ( object self ) : bool | ||
__repr__ ( object self ) : string |
Метод | Описание | |
---|---|---|
BitwiseAnd ( object self, object other ) : object | ||
BitwiseOr ( object self, object other ) : object | ||
ExclusiveOr ( object self, object other ) : object | ||
OnesComplement ( object self ) : object |
public static __nonzero__ ( object self ) : bool | ||
self | object | |
Результат | bool |
public static __repr__ ( object self ) : string | ||
self | object | |
Результат | string |