Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/
D__init__.py379 def __getitem__(self, name_or_ordinal): argument
380 func = self._FuncPtr((name_or_ordinal, self))
381 if not isinstance(name_or_ordinal, (int, long)):
382 func.__name__ = name_or_ordinal
/external/python/cpython2/Doc/library/
Dctypes.rst1680 2-tuple ``(name_or_ordinal, library)``. The first item is the name of the