Searched refs:name_or_ordinal (Results 1 – 2 of 2) sorted by relevance
391 def __getitem__(self, name_or_ordinal): argument392 func = self._FuncPtr((name_or_ordinal, self))393 if not isinstance(name_or_ordinal, int):394 func.__name__ = name_or_ordinal
1702 be a 2-tuple ``(name_or_ordinal, library)``. The first item is the name of