@@ -4,39 +4,39 @@ namespace Python.Runtime
4
4
{
5
5
static class PyIdentifier
6
6
{
7
- static IntPtr f__name__ ;
7
+ static IntPtr f__name__ ;
8
8
public static BorrowedReference __name__ => new ( f__name__ ) ;
9
- static IntPtr f__dict__ ;
9
+ static IntPtr f__dict__ ;
10
10
public static BorrowedReference __dict__ => new ( f__dict__ ) ;
11
- static IntPtr f__doc__ ;
11
+ static IntPtr f__doc__ ;
12
12
public static BorrowedReference __doc__ => new ( f__doc__ ) ;
13
- static IntPtr f__class__ ;
14
- public static BorrowedReference __class__ => new ( f__class__ ) ;
15
- static IntPtr f__clear_reentry_guard__ ;
16
- public static BorrowedReference __clear_reentry_guard__ => new ( f__clear_reentry_guard__ ) ;
17
- static IntPtr f__module__ ;
13
+ static IntPtr f__class__ ;
14
+ public static BorrowedReference __class__ => new ( f__class__ ) ;
15
+ static IntPtr f__clear_reentry_guard__ ;
16
+ public static BorrowedReference __clear_reentry_guard__ => new ( f__clear_reentry_guard__ ) ;
17
+ static IntPtr f__module__ ;
18
18
public static BorrowedReference __module__ => new ( f__module__ ) ;
19
- static IntPtr f__file__ ;
19
+ static IntPtr f__file__ ;
20
20
public static BorrowedReference __file__ => new ( f__file__ ) ;
21
- static IntPtr f__slots__ ;
21
+ static IntPtr f__slots__ ;
22
22
public static BorrowedReference __slots__ => new ( f__slots__ ) ;
23
- static IntPtr f__self__ ;
23
+ static IntPtr f__self__ ;
24
24
public static BorrowedReference __self__ => new ( f__self__ ) ;
25
- static IntPtr f__annotations__ ;
25
+ static IntPtr f__annotations__ ;
26
26
public static BorrowedReference __annotations__ => new ( f__annotations__ ) ;
27
- static IntPtr f__init__ ;
27
+ static IntPtr f__init__ ;
28
28
public static BorrowedReference __init__ => new ( f__init__ ) ;
29
- static IntPtr f__repr__ ;
29
+ static IntPtr f__repr__ ;
30
30
public static BorrowedReference __repr__ => new ( f__repr__ ) ;
31
- static IntPtr f__import__ ;
31
+ static IntPtr f__import__ ;
32
32
public static BorrowedReference __import__ => new ( f__import__ ) ;
33
- static IntPtr f__builtins__ ;
33
+ static IntPtr f__builtins__ ;
34
34
public static BorrowedReference __builtins__ => new ( f__builtins__ ) ;
35
- static IntPtr fbuiltins ;
35
+ static IntPtr fbuiltins ;
36
36
public static BorrowedReference builtins => new ( fbuiltins ) ;
37
- static IntPtr f__overloads__ ;
37
+ static IntPtr f__overloads__ ;
38
38
public static BorrowedReference __overloads__ => new ( f__overloads__ ) ;
39
- static IntPtr fOverloads ;
39
+ static IntPtr fOverloads ;
40
40
public static BorrowedReference Overloads => new ( fOverloads ) ;
41
41
}
42
42
@@ -48,7 +48,7 @@ static partial class InternString
48
48
"__name__" ,
49
49
"__dict__" ,
50
50
"__doc__" ,
51
- "__class__" ,
51
+ "__class__" ,
52
52
"__clear_reentry_guard__" ,
53
53
"__module__" ,
54
54
"__file__" ,
0 commit comments