C# Class IronPython.Runtime.Operations.EnumOps

Datei anzeigen Open project: jschementi/iron

Public Methods

Method Description
__nonzero__ ( object self ) : bool
__repr__ ( object self ) : string

Private Methods

Method Description
BitwiseAnd ( object self, object other ) : object
BitwiseOr ( object self, object other ) : object
ExclusiveOr ( object self, object other ) : object
OnesComplement ( object self ) : object

Method Details

__nonzero__() public static method

public static __nonzero__ ( object self ) : bool
self object
return bool

__repr__() public static method

public static __repr__ ( object self ) : string
self object
return string