pyd ~master (2018-03-05T17:12:37Z)
Home
Dub
Repo
OpUnary
pyd
class_wrap
Wrap a unary operator overload.
struct
OpUnary (
string
_op
)
if
(
IsPyUnary
(
_op
)
) {
enum
op
;
enum
bool
needs_shim
;
}
Meta
Source
See Implementation
pyd
class_wrap
functions
wrap_class
structs
Def
Init
OpAssign
OpCall
OpCompare
OpIndex
OpIndexAssign
OpSlice
OpSliceAssign
OpUnary
Property
Repr
StaticDef
templates
Len
OpBinary
OpBinaryRight
wrapped_methods
wrapped_repr
Wrap a unary operator overload.