MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / tag_abi

Method tag_abi

pipcl.py:913–922  ·  view source on GitHub ↗

ABI tag.

(self)

Source from the content-addressed store, hash-verified

911 return ret
912
913 def tag_abi(self):
914 '''
915 ABI tag.
916 '''
917 if self.tag_abi_:
918 return self.tag_abi_
919 elif self.py_limited_api:
920 return 'abi3'
921 else:
922 return 'none'
923
924 def tag_platform(self):
925 '''

Callers 3

wheel_tag_stringMethod · 0.95
wheel_nameMethod · 0.95
wheel_name_matchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected