Lines Matching refs:EXTENSIONS
32 EXTENSIONS = types.SimpleNamespace() namespace
33 EXTENSIONS.path = None
34 EXTENSIONS.ext = None
35 EXTENSIONS.filename = None
36 EXTENSIONS.file_path = None
37 EXTENSIONS.name = '_testcapi'
40 global EXTENSIONS
43 filename = EXTENSIONS.name + ext
46 EXTENSIONS.path = path
47 EXTENSIONS.ext = ext
48 EXTENSIONS.filename = filename
49 EXTENSIONS.file_path = file_path