C# Class IronPython.Runtime.Operations.EnumOps

Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode Description
__nonzero__ ( object self ) : bool
__repr__ ( object self ) : string

Private Methods

Méthode 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 méthode

public static __nonzero__ ( object self ) : bool
self object
Résultat bool

__repr__() public static méthode

public static __repr__ ( object self ) : string
self object
Résultat string