Home
last modified time | relevance | path

Searched refs:get_abi3_suffix (Results 1 – 2 of 2) sorted by relevance

/external/python/setuptools/setuptools/tests/
Dtest_build_ext.py7 from setuptools.command.build_ext import build_ext, get_abi3_suffix
31 print(get_abi3_suffix())
40 if six.PY2 or not get_abi3_suffix():
/external/python/setuptools/setuptools/command/
Dbuild_ext.py65 def get_abi3_suffix(): function
112 and get_abi3_suffix()
117 filename = filename + get_abi3_suffix()