pyd v0.14.3 (2022-03-12T16:12:50Z)
Home
Dub
Repo
Iterator
pyd
class_wrap
Undocumented in source.
struct
Iterator (
Params
...
) {
alias
Iters
=
Filter
!(
IsDef
!
"__iter__"
,
Params
)
;
alias
Nexts
=
Filter
!(
IsDef
!
"next"
,
Params
)
;
enum
bool
needs_shim
;
static
void
call
();
}
Members
Aliases
Iters
alias
Iters
=
Filter
!(
IsDef
!
"__iter__"
,
Params
)
Undocumented in source.
Nexts
alias
Nexts
=
Filter
!(
IsDef
!
"next"
,
Params
)
Undocumented in source.
Static functions
call
void
call
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
needs_shim
enum
bool
needs_shim
;
Undocumented in source.
Meta
Source
See Implementation
pyd
class_wrap
enums
IsOp
functions
IsPyAsg
IsPyBinary
IsPyUnary
autoInitializeMethods
getBinarySlot
init_PyTypeObject
wrap_class
manifest constants
binaryslots
unaryslots
mixin templates
_StaticDef
structs
BinaryOperatorX
Constructors
Def
DoNothing
IndexSliceMerge
Init
Iterator
OpAssign
OpCall
OpCompare
OpIndex
OpIndexAssign
OpSlice
OpSliceAssign
OpUnary
Operators
Property
Repr
StaticDef
_Len
property_parts
templates
IsAnySetter
IsBin
IsBinR
IsDef
IsGetter
IsInit
IsLen
IsOpIndex
IsOpIndexAssign
IsOpSlice
IsOpSliceAssign
IsProperty
IsSetter
IsUn
Len
OpBinary
OpBinaryRight
_Def
_Property
_wrap_class
param1
shim_class
wrapped_class_object
wrapped_get
wrapped_method_list
wrapped_methods
wrapped_prop_list
wrapped_repr
wrapped_set
variables
wrapped_classes