Aestate
Public Attributes | List of all members
_PyScannerObject Struct Reference
Collaboration diagram for _PyScannerObject:
Collaboration graph

Public Attributes

PyObject_HEAD PyObject * encoding
 
PyObject * strict_bool
 
int strict
 
PyObject * object_hook
 
PyObject * pairs_hook
 
PyObject * parse_float
 
PyObject * parse_int
 
PyObject * parse_constant
 
PyObject * memo
 

Detailed Description

Definition at line 112 of file _speedups.c.

Member Data Documentation

◆ encoding

PyObject_HEAD PyObject* _PyScannerObject::encoding

Definition at line 114 of file _speedups.c.

◆ memo

PyObject* _PyScannerObject::memo

Definition at line 122 of file _speedups.c.

◆ object_hook

PyObject* _PyScannerObject::object_hook

Definition at line 117 of file _speedups.c.

◆ pairs_hook

PyObject* _PyScannerObject::pairs_hook

Definition at line 118 of file _speedups.c.

◆ parse_constant

PyObject* _PyScannerObject::parse_constant

Definition at line 121 of file _speedups.c.

◆ parse_float

PyObject* _PyScannerObject::parse_float

Definition at line 119 of file _speedups.c.

◆ parse_int

PyObject* _PyScannerObject::parse_int

Definition at line 120 of file _speedups.c.

◆ strict

int _PyScannerObject::strict

Definition at line 116 of file _speedups.c.

◆ strict_bool

PyObject* _PyScannerObject::strict_bool

Definition at line 115 of file _speedups.c.


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