libkdumpfile-0.4.0
Kernel coredump file access
Data Fields
convert_object Struct Reference

Converter between C types and Python types. More...

Data Fields

PyObject_HEAD PyTypeObject * fulladdr_type
 Standard Python object header. More...
 
PyTypeObject * ctx_type
 Target type for Context conversions. More...
 
PyTypeObject * meth_type
 Target type for Method conversions. More...
 
PyTypeObject * custommeth_type
 Target type for CustomMethod conversions. More...
 
PyTypeObject * linearmeth_type
 Target type for LinearMethod conversions. More...
 
PyTypeObject * pgtmeth_type
 Target type for PageTableMethod conversions. More...
 
PyTypeObject * lookupmeth_type
 Target type for LookupMethod conversions. More...
 
PyTypeObject * memarrmeth_type
 Target type for MemoryArrayMethod conversions. More...
 
PyTypeObject * range_type
 Target type for Range conversions. More...
 
PyTypeObject * map_type
 Target type for Map conversions. More...
 
PyTypeObject * sys_type
 Target type for System conversions. More...
 
PyTypeObject * step_type
 Target type for Step conversions. More...
 
PyTypeObject * op_type
 Target type for Operator conversions. More...
 

Detailed Description

Converter between C types and Python types.

Field Documentation

◆ ctx_type

PyTypeObject* convert_object::ctx_type

Target type for Context conversions.

◆ custommeth_type

PyTypeObject* convert_object::custommeth_type

Target type for CustomMethod conversions.

◆ fulladdr_type

PyObject_HEAD PyTypeObject* convert_object::fulladdr_type

Standard Python object header.

Target type for FullAddress conversions.

◆ linearmeth_type

PyTypeObject* convert_object::linearmeth_type

Target type for LinearMethod conversions.

◆ lookupmeth_type

PyTypeObject* convert_object::lookupmeth_type

Target type for LookupMethod conversions.

◆ map_type

PyTypeObject* convert_object::map_type

Target type for Map conversions.

◆ memarrmeth_type

PyTypeObject* convert_object::memarrmeth_type

Target type for MemoryArrayMethod conversions.

◆ meth_type

PyTypeObject* convert_object::meth_type

Target type for Method conversions.

◆ op_type

PyTypeObject* convert_object::op_type

Target type for Operator conversions.

◆ pgtmeth_type

PyTypeObject* convert_object::pgtmeth_type

Target type for PageTableMethod conversions.

◆ range_type

PyTypeObject* convert_object::range_type

Target type for Range conversions.

◆ step_type

PyTypeObject* convert_object::step_type

Target type for Step conversions.

◆ sys_type

PyTypeObject* convert_object::sys_type

Target type for System conversions.


The documentation for this struct was generated from the following file: