HomeSort by relevance Sort by last modified time
    Searched refs:pyname (Results 1 - 3 of 3) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/python/
pyopers.swg 92 #define %pybinoperator(pyname,oper,functp,slt) %rename(pyname) oper; %pythonmaybecall oper; %feature("python:slot", #slt, functype=#functp) oper; %feature("python:slot", #slt, functype=#functp) pyname;
93 #define %pycompare(pyname,oper,comptype) %rename(pyname) oper; %pythonmaybecall oper; %feature("python:compare", #comptype) oper; %feature("python:compare", #comptype) pyname;
95 #define %pybinoperator(pyname,oper,functp,slt) %rename(pyname) oper; %pythonmaybecall oper
96 #define %pycompare(pyname,oper,comptype) %pybinoperator(pyname,oper,,comptype
    [all...]
  /external/python/cpython3/Lib/test/test_import/
__init__.py     [all...]
  /external/python/cpython2/Modules/
_ssl.c 3616 PyObject *pyname = Py_None; local
    [all...]

Completed in 594 milliseconds