FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pythonnet/src/runtime/Native/TypeOffset311.cs at v3.0.1 · pythonnet/pythonnet · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythonnet
/
pythonnet
Public
Notifications
You must be signed in to change notification settings
Fork
780
Star
5.5k
Code
Issues
153
Pull requests
12
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
pythonnet
/
src
/
runtime
/
Native
/
TypeOffset311.cs
Copy path
More file actions
More file actions
Latest commit
History
History
History
141 lines (134 loc) · 6.64 KB
Breadcrumbs
pythonnet
/
src
/
runtime
/
Native
/
TypeOffset311.cs
Copy path
File metadata and controls
141 lines (134 loc) · 6.64 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
// Auto-generated by geninterop.py.
// DO NOT MODIFY BY HAND.
// Python 3.11: ABI flags: ''
// ReSharper disable InconsistentNaming
// ReSharper disable IdentifierTypo
using
System
;
using
System
.
Diagnostics
.
CodeAnalysis
;
using
System
.
Runtime
.
InteropServices
;
using
Python
.
Runtime
.
Native
;
namespace
Python
.
Runtime
{
[
SuppressMessage
(
"Style"
,
"IDE1006:Naming Styles"
,
Justification
=
"Following CPython"
,
Scope
=
"type"
)
]
[
StructLayout
(
LayoutKind
.
Sequential
)
]
internal
class
TypeOffset311
:
GeneratedTypeOffsets
,
ITypeOffsets
{
public
TypeOffset311
(
)
{
}
// Auto-generated from PyHeapTypeObject in Python.h
public
int
ob_refcnt
{
get
;
private
set
;
}
public
int
ob_type
{
get
;
private
set
;
}
public
int
ob_size
{
get
;
private
set
;
}
public
int
tp_name
{
get
;
private
set
;
}
public
int
tp_basicsize
{
get
;
private
set
;
}
public
int
tp_itemsize
{
get
;
private
set
;
}
public
int
tp_dealloc
{
get
;
private
set
;
}
public
int
tp_vectorcall_offset
{
get
;
private
set
;
}
public
int
tp_getattr
{
get
;
private
set
;
}
public
int
tp_setattr
{
get
;
private
set
;
}
public
int
tp_as_async
{
get
;
private
set
;
}
public
int
tp_repr
{
get
;
private
set
;
}
public
int
tp_as_number
{
get
;
private
set
;
}
public
int
tp_as_sequence
{
get
;
private
set
;
}
public
int
tp_as_mapping
{
get
;
private
set
;
}
public
int
tp_hash
{
get
;
private
set
;
}
public
int
tp_call
{
get
;
private
set
;
}
public
int
tp_str
{
get
;
private
set
;
}
public
int
tp_getattro
{
get
;
private
set
;
}
public
int
tp_setattro
{
get
;
private
set
;
}
public
int
tp_as_buffer
{
get
;
private
set
;
}
public
int
tp_flags
{
get
;
private
set
;
}
public
int
tp_doc
{
get
;
private
set
;
}
public
int
tp_traverse
{
get
;
private
set
;
}
public
int
tp_clear
{
get
;
private
set
;
}
public
int
tp_richcompare
{
get
;
private
set
;
}
public
int
tp_weaklistoffset
{
get
;
private
set
;
}
public
int
tp_iter
{
get
;
private
set
;
}
public
int
tp_iternext
{
get
;
private
set
;
}
public
int
tp_methods
{
get
;
private
set
;
}
public
int
tp_members
{
get
;
private
set
;
}
public
int
tp_getset
{
get
;
private
set
;
}
public
int
tp_base
{
get
;
private
set
;
}
public
int
tp_dict
{
get
;
private
set
;
}
public
int
tp_descr_get
{
get
;
private
set
;
}
public
int
tp_descr_set
{
get
;
private
set
;
}
public
int
tp_dictoffset
{
get
;
private
set
;
}
public
int
tp_init
{
get
;
private
set
;
}
public
int
tp_alloc
{
get
;
private
set
;
}
public
int
tp_new
{
get
;
private
set
;
}
public
int
tp_free
{
get
;
private
set
;
}
public
int
tp_is_gc
{
get
;
private
set
;
}
public
int
tp_bases
{
get
;
private
set
;
}
public
int
tp_mro
{
get
;
private
set
;
}
public
int
tp_cache
{
get
;
private
set
;
}
public
int
tp_subclasses
{
get
;
private
set
;
}
public
int
tp_weaklist
{
get
;
private
set
;
}
public
int
tp_del
{
get
;
private
set
;
}
public
int
tp_version_tag
{
get
;
private
set
;
}
public
int
tp_finalize
{
get
;
private
set
;
}
public
int
tp_vectorcall
{
get
;
private
set
;
}
public
int
am_await
{
get
;
private
set
;
}
public
int
am_aiter
{
get
;
private
set
;
}
public
int
am_anext
{
get
;
private
set
;
}
public
int
am_send
{
get
;
private
set
;
}
public
int
nb_add
{
get
;
private
set
;
}
public
int
nb_subtract
{
get
;
private
set
;
}
public
int
nb_multiply
{
get
;
private
set
;
}
public
int
nb_remainder
{
get
;
private
set
;
}
public
int
nb_divmod
{
get
;
private
set
;
}
public
int
nb_power
{
get
;
private
set
;
}
public
int
nb_negative
{
get
;
private
set
;
}
public
int
nb_positive
{
get
;
private
set
;
}
public
int
nb_absolute
{
get
;
private
set
;
}
public
int
nb_bool
{
get
;
private
set
;
}
public
int
nb_invert
{
get
;
private
set
;
}
public
int
nb_lshift
{
get
;
private
set
;
}
public
int
nb_rshift
{
get
;
private
set
;
}
public
int
nb_and
{
get
;
private
set
;
}
public
int
nb_xor
{
get
;
private
set
;
}
public
int
nb_or
{
get
;
private
set
;
}
public
int
nb_int
{
get
;
private
set
;
}
public
int
nb_reserved
{
get
;
private
set
;
}
public
int
nb_float
{
get
;
private
set
;
}
public
int
nb_inplace_add
{
get
;
private
set
;
}
public
int
nb_inplace_subtract
{
get
;
private
set
;
}
public
int
nb_inplace_multiply
{
get
;
private
set
;
}
public
int
nb_inplace_remainder
{
get
;
private
set
;
}
public
int
nb_inplace_power
{
get
;
private
set
;
}
public
int
nb_inplace_lshift
{
get
;
private
set
;
}
public
int
nb_inplace_rshift
{
get
;
private
set
;
}
public
int
nb_inplace_and
{
get
;
private
set
;
}
public
int
nb_inplace_xor
{
get
;
private
set
;
}
public
int
nb_inplace_or
{
get
;
private
set
;
}
public
int
nb_floor_divide
{
get
;
private
set
;
}
public
int
nb_true_divide
{
get
;
private
set
;
}
public
int
nb_inplace_floor_divide
{
get
;
private
set
;
}
public
int
nb_inplace_true_divide
{
get
;
private
set
;
}
public
int
nb_index
{
get
;
private
set
;
}
public
int
nb_matrix_multiply
{
get
;
private
set
;
}
public
int
nb_inplace_matrix_multiply
{
get
;
private
set
;
}
public
int
mp_length
{
get
;
private
set
;
}
public
int
mp_subscript
{
get
;
private
set
;
}
public
int
mp_ass_subscript
{
get
;
private
set
;
}
public
int
sq_length
{
get
;
private
set
;
}
public
int
sq_concat
{
get
;
private
set
;
}
public
int
sq_repeat
{
get
;
private
set
;
}
public
int
sq_item
{
get
;
private
set
;
}
public
int
was_sq_slice
{
get
;
private
set
;
}
public
int
sq_ass_item
{
get
;
private
set
;
}
public
int
was_sq_ass_slice
{
get
;
private
set
;
}
public
int
sq_contains
{
get
;
private
set
;
}
public
int
sq_inplace_concat
{
get
;
private
set
;
}
public
int
sq_inplace_repeat
{
get
;
private
set
;
}
public
int
bf_getbuffer
{
get
;
private
set
;
}
public
int
bf_releasebuffer
{
get
;
private
set
;
}
public
int
name
{
get
;
private
set
;
}
public
int
ht_slots
{
get
;
private
set
;
}
public
int
qualname
{
get
;
private
set
;
}
public
int
ht_cached_keys
{
get
;
private
set
;
}
public
int
ht_module
{
get
;
private
set
;
}
public
int
_ht_tpname
{
get
;
private
set
;
}
public
int
spec_cache_getitem
{
get
;
private
set
;
}
}
}
Back
|
FazBrowse Home
|
New Git URL