Home
last modified time | relevance | path

Searched defs:type_fns (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/util/
H A Dpathmatch.py42 type_fns = dict(n=int, i=ident) variable in Matcher
/dports/devel/py-pytest/pytest-4.6.11/src/_pytest/assertion/
H A Dutil.py371 def _compare_eq_cls(left, right, verbose, type_fns): argument