Searched refs:name_or_ordinal (Results 1 – 2 of 2) sorted by relevance
379 def __getitem__(self, name_or_ordinal): argument380 func = self._FuncPtr((name_or_ordinal, self))381 if not isinstance(name_or_ordinal, (int, long)):382 func.__name__ = name_or_ordinal
1680 2-tuple ``(name_or_ordinal, library)``. The first item is the name of the