-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathzipp.yaml
37 lines (37 loc) · 871 Bytes
/
zipp.yaml
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
"functions":
- "name": "zipp.glob.Translator.translate"
"params":
- "name": "self"
"type": "bool "
- "name": "pattern"
"type": "bool "
"return_type": "void"
"signature": "zipp.glob.Translator.translate"
- "name": "zipp.Path.rglob"
"params":
- "name": "self"
"type": "bool "
- "name": "pattern"
"type": "bool "
"return_type": "void"
"signature": "zipp.Path.rglob"
- "name": "zipp.CompleteDirs.getinfo"
"params":
- "name": "self"
"type": "bool "
- "name": "name"
"type": "bool "
"return_type": "void"
"signature": "zipp.CompleteDirs.getinfo"
- "name": "zipp.Path.glob"
"params":
- "name": "self"
"type": "bool "
- "name": "pattern"
"type": "bool "
"return_type": "void"
"signature": "zipp.Path.glob"
"language": "python"
"project": "zipp"
"target_name": "fuzz_zipp"
"target_path": "/src/fuzz_zipp.py"