PySliceObject
extern (C)
struct PySliceObject {
}
- ob_base
_object ob_base;
Undocumented in source.
- start
_object* start;
Undocumented in source.
- step
_object* step;
Undocumented in source.
- stop
_object* stop;
Undocumented in source.
python raw
aliasesenumsfunctionsmanifest constantsstatic functionsstructs