Home
last modified time | relevance | path

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

/third_party/python/Misc/
Dstable_abi.txt1247 abi_only
1571 abi_only
1574 abi_only
1577 abi_only
1580 abi_only
1583 abi_only
1586 abi_only
1589 abi_only
1592 abi_only
1595 abi_only
[all …]
/third_party/python/Tools/scripts/
Dstable_abi.py98 if item.abi_only and not include_abi_only:
120 abi_only: bool = False variable in ABIItem
133 if self.abi_only:
175 parent.abi_only = True
501 if name.startswith('_') and not item.abi_only: