MCPcopy Index your code
hub / github.com/python/cpython / _aix_bgt

Function _aix_bgt

Lib/_aix_support.py:87–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85
86# extract vrtl from the BUILD_GNU_TYPE as an int
87def _aix_bgt():
88 # type: () -> List[int]
89 gnu_type = sysconfig.get_config_var("BUILD_GNU_TYPE")
90 if not gnu_type:
91 raise ValueError("BUILD_GNU_TYPE is not defined")
92 return _aix_vrtl(vrmf=gnu_type)
93
94
95def aix_buildtag():

Callers 1

aix_buildtagFunction · 0.85

Calls 1

_aix_vrtlFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…