Edit File by line
•
/
home
/
barbar84
/
public_h...
/
wp-conte...
/
plugins
/
sujqvwi
/
ExeBy
/
smexe_ro...
/
usr
/
include
/
python3....
•
File:
ast.h
#ifndef Py_AST_H
[
0
]
Fix
|
Delete
#define Py_AST_H
[
1
]
Fix
|
Delete
#ifdef __cplusplus
[
2
]
Fix
|
Delete
extern "C" {
[
3
]
Fix
|
Delete
#endif
[
4
]
Fix
|
Delete
[
5
]
Fix
|
Delete
PyAPI_FUNC(int) PyAST_Validate(mod_ty);
[
6
]
Fix
|
Delete
PyAPI_FUNC(mod_ty) PyAST_FromNode(
[
7
]
Fix
|
Delete
const node *n,
[
8
]
Fix
|
Delete
PyCompilerFlags *flags,
[
9
]
Fix
|
Delete
const char *filename, /* decoded from the filesystem encoding */
[
10
]
Fix
|
Delete
PyArena *arena);
[
11
]
Fix
|
Delete
PyAPI_FUNC(mod_ty) PyAST_FromNodeObject(
[
12
]
Fix
|
Delete
const node *n,
[
13
]
Fix
|
Delete
PyCompilerFlags *flags,
[
14
]
Fix
|
Delete
PyObject *filename,
[
15
]
Fix
|
Delete
PyArena *arena);
[
16
]
Fix
|
Delete
[
17
]
Fix
|
Delete
#ifdef __cplusplus
[
18
]
Fix
|
Delete
}
[
19
]
Fix
|
Delete
#endif
[
20
]
Fix
|
Delete
#endif /* !Py_AST_H */
[
21
]
Fix
|
Delete
[
22
]
Fix
|
Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function
Edit text
Download
Information
Rename
Copy
Move
Delete
Chmod
List