Method | Description | |
---|---|---|
__nonzero__ ( object self ) : bool | ||
__repr__ ( object self ) : string |
Method | Description | |
---|---|---|
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 | |
return | bool |
public static __repr__ ( object self ) : string | ||
self | object | |
return | string |