MCPcopy Index your code
hub / github.com/appium/python-client / library_version

Function library_version

appium/common/helper.py:33–36  ·  view source on GitHub ↗

Return a version of this python library

()

Source from the content-addressed store, hash-verified

31
32
33def library_version() -> str:
34 """Return a version of this python library"""
35
36 return appium_version.version
37
38
39def encode_file_to_base64(file_path: str) -> str:

Callers 1

AppiumConnectionClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected