Searched defs:version_tuple (Results 1 – 6 of 6) sorted by relevance
11 using version_tuple = std::tuple<size_t, size_t, size_t>; typedef
18 version_tuple = tuple(int(i) for i in platform.python_version_tuple()) variable
867 PyObject *version_tuple = Py_BuildValue("(iii)", in watchdog_module_add_attributes() local
1182 def __init__(self, name, uuid, version_tuple, if_version, opnums): argument