Lines Matching refs:dispatch
1604 self.assertIs(g.dispatch(int), g_int)
1605 self.assertIs(g.dispatch(object), g.dispatch(str))
1656 # ambiguous dispatch which will cause a RuntimeError (see
1665 # precedes MutableMapping which means single dispatch will always
1859 (("Ambiguous dispatch: <class 'collections.abc.Container'> "
1861 ("Ambiguous dispatch: <class 'collections.abc.Iterable'> "
1891 (("Ambiguous dispatch: <class 'collections.abc.Container'> "
1893 ("Ambiguous dispatch: <class 'collections.abc.Sized'> "
1931 (("Ambiguous dispatch: <class 'collections.abc.Container'> "
1933 ("Ambiguous dispatch: <class 'collections.abc.Sized'> "
2033 g.dispatch(list)
2034 g.dispatch(dict)