Home
last modified time | relevance | path

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

/dports/math/py-pandas/pandas-1.2.5/pandas/core/ops/
H A Dcommon.py113 b_has = hasattr(b, "name")
114 if a_has and b_has:
122 elif b_has:
/dports/security/ssdeep/ssdeep-2.14.1/
H A Dmatch.cpp220 bool a_has = a->has_cluster(), b_has = b->has_cluster(); in handle_clustering() local
223 if (a_has and not b_has) in handle_clustering() local
228 if (b_has and not a_has) in handle_clustering()
235 if (a_has and b_has) in handle_clustering() local