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

  /external/python/cpython3/Lib/test/
test_shlex.py 313 for methname in dir(ShlexTest):
314 if methname.startswith("test") and methname != "testCompat":
315 delattr(ShlexTest, methname)
test_trace.py 180 for methname in ['inst_method_linear',]:
183 method = getattr(traced_obj, methname)
test_bytes.py     [all...]
test_set.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
asdl.py 321 methname = "visit" + klass.__name__
323 meth = getattr(self, methname, None)
325 meth = getattr(self, methname)
  /external/python/cpython2/Parser/
asdl.py 321 methname = "visit" + klass.__name__
323 meth = getattr(self, methname, None)
325 meth = getattr(self, methname)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_trace.py 177 for methname in ['inst_method_linear',]:
180 method = getattr(traced_obj, methname)
test_set.py     [all...]
  /external/python/cpython2/Lib/test/
test_trace.py 177 for methname in ['inst_method_linear',]:
180 method = getattr(traced_obj, methname)
test_set.py     [all...]
  /external/python/cpython3/Parser/
asdl.py 124 methname = "visit" + klass.__name__
125 meth = getattr(self, methname, None)
  /external/python/cpython2/Demo/rpc/
rpc.py 706 methname = 'handle_' + repr(proc)
708 meth = getattr(self, methname)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
dictobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
dictobject.c     [all...]
  /external/python/cpython2/Objects/
dictobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
datetimemodule.c 776 /* Return tzinfo.methname(tzinfoarg), without any checking of results.
780 call_tzinfo_method(PyObject *tzinfo, char *methname, PyObject *tzinfoarg)
784 assert(tzinfo && methname && tzinfoarg);
791 result = PyObject_CallMethod(tzinfo, methname, "O", tzinfoarg);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
datetimemodule.c 776 /* Return tzinfo.methname(tzinfoarg), without any checking of results.
780 call_tzinfo_method(PyObject *tzinfo, char *methname, PyObject *tzinfoarg)
784 assert(tzinfo && methname && tzinfoarg);
791 result = PyObject_CallMethod(tzinfo, methname, "O", tzinfoarg);
    [all...]
  /external/python/cpython2/Modules/
datetimemodule.c 776 /* Return tzinfo.methname(tzinfoarg), without any checking of results.
780 call_tzinfo_method(PyObject *tzinfo, char *methname, PyObject *tzinfoarg)
784 assert(tzinfo && methname && tzinfoarg);
791 result = PyObject_CallMethod(tzinfo, methname, "O", tzinfoarg);
    [all...]
  /external/python/cpython3/Objects/
dictobject.c     [all...]
  /external/error_prone/checkerframework/
dataflow-2.5.3.jar 

Completed in 404 milliseconds