HomeSort by relevance Sort by last modified time
    Searched refs:ismethod (Results 1 - 25 of 46) sorted by null

1 2

  /external/libcxx/utils/libcxx/test/
tracing.py 38 if inspect.ismethod(member):
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
tracing.py 29 if inspect.ismethod(member):
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/test/
tracing.py 38 if inspect.ismethod(member):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
67 def ismethod(object): function
81 But not if ismethod() or isclass() or isfunction() are true.
91 im_func attribute (etc) when an object passes ismethod()."""
94 and not ismethod(object) # mutual exclusion
161 return bool((isfunction(object) or ismethod(object)) and
240 or ismethod(object)
320 if (ismethod(obj_via_getattr) or
409 if ismethod(object):
566 if ismethod(object):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
67 def ismethod(object): function
81 But not if ismethod() or isclass() or isfunction() are true.
91 im_func attribute (etc) when an object passes ismethod()."""
94 and not ismethod(object) # mutual exclusion
161 return bool((isfunction(object) or ismethod(object)) and
240 or ismethod(object)
323 elif (ismethod(obj_via_getattr) or
411 if ismethod(object):
564 if ismethod(object):
    [all...]
DocXMLRPCServer.py 77 if inspect.ismethod(object):
  /external/python/cpython2/Lib/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
67 def ismethod(object): function
81 But not if ismethod() or isclass() or isfunction() are true.
91 im_func attribute (etc) when an object passes ismethod()."""
94 and not ismethod(object) # mutual exclusion
160 return bool((isfunction(object) or ismethod(object)) and
239 or ismethod(object)
319 if (ismethod(obj_via_getattr) or
408 if ismethod(object):
565 if ismethod(object)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
67 def ismethod(object): function
81 But not if ismethod() or isclass() or isfunction() are true.
91 im_func attribute (etc) when an object passes ismethod()."""
94 and not ismethod(object) # mutual exclusion
161 return bool((isfunction(object) or ismethod(object)) and
240 or ismethod(object)
320 if (ismethod(obj_via_getattr) or
409 if ismethod(object):
566 if ismethod(object)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
67 def ismethod(object): function
81 But not if ismethod() or isclass() or isfunction() are true.
91 im_func attribute (etc) when an object passes ismethod()."""
94 and not ismethod(object) # mutual exclusion
161 return bool((isfunction(object) or ismethod(object)) and
240 or ismethod(object)
320 if (ismethod(obj_via_getattr) or
409 if ismethod(object):
566 if ismethod(object)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
67 def ismethod(object): function
81 But not if ismethod() or isclass() or isfunction() are true.
91 im_func attribute (etc) when an object passes ismethod()."""
94 and not ismethod(object) # mutual exclusion
161 return bool((isfunction(object) or ismethod(object)) and
240 or ismethod(object)
320 if (ismethod(obj_via_getattr) or
409 if ismethod(object):
566 if ismethod(object)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
67 def ismethod(object): function
81 But not if ismethod() or isclass() or isfunction() are true.
91 im_func attribute (etc) when an object passes ismethod()."""
94 and not ismethod(object) # mutual exclusion
161 return bool((isfunction(object) or ismethod(object)) and
240 or ismethod(object)
320 if (ismethod(obj_via_getattr) or
409 if ismethod(object):
566 if ismethod(object)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pyclbr.py 69 def ismethod(oclass, obj, name): function in function:PyclbrTest.checkModule
118 if ismethod(py_item, getattr(py_item, m), m):
  /external/python/cpython2/Lib/test/
test_pyclbr.py 69 def ismethod(oclass, obj, name): function in function:PyclbrTest.checkModule
118 if ismethod(py_item, getattr(py_item, m), m):
test_inspect.py 26 # ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode,
50 inspect.isframe, inspect.isfunction, inspect.ismethod,
84 self.istest(inspect.ismethod, 'mod.StupidGit.abuse')
85 self.istest(inspect.ismethod, 'git.argue')
634 # contrary to spec, ismethod() is also True for unbound methods
636 self.assertIn(('f', B.f), inspect.getmembers(B, inspect.ismethod))
639 self.assertIn(('f', b.f), inspect.getmembers(b, inspect.ismethod))
647 self.assertIn(('f', B.f), inspect.getmembers(B, inspect.ismethod))
650 self.assertIn(('f', b.f), inspect.getmembers(b, inspect.ismethod))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pyclbr.py 69 def ismethod(oclass, obj, name): function in function:PyclbrTest.checkModule
118 if ismethod(py_item, getattr(py_item, m), m):
test_inspect.py 23 # ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode,
47 inspect.isframe, inspect.isfunction, inspect.ismethod,
81 self.istest(inspect.ismethod, 'mod.StupidGit.abuse')
82 self.istest(inspect.ismethod, 'git.argue')
616 # contrary to spec, ismethod() is also True for unbound methods
618 self.assertIn(('f', B.f), inspect.getmembers(B, inspect.ismethod))
621 self.assertIn(('f', b.f), inspect.getmembers(b, inspect.ismethod))
629 self.assertIn(('f', B.f), inspect.getmembers(B, inspect.ismethod))
632 self.assertIn(('f', b.f), inspect.getmembers(b, inspect.ismethod))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pyclbr.py 69 def ismethod(oclass, obj, name): function in function:PyclbrTest.checkModule
118 if ismethod(py_item, getattr(py_item, m), m):
test_inspect.py 23 # ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode,
47 inspect.isframe, inspect.isfunction, inspect.ismethod,
81 self.istest(inspect.ismethod, 'mod.StupidGit.abuse')
82 self.istest(inspect.ismethod, 'git.argue')
616 # contrary to spec, ismethod() is also True for unbound methods
618 self.assertIn(('f', B.f), inspect.getmembers(B, inspect.ismethod))
621 self.assertIn(('f', b.f), inspect.getmembers(b, inspect.ismethod))
629 self.assertIn(('f', B.f), inspect.getmembers(B, inspect.ismethod))
632 self.assertIn(('f', b.f), inspect.getmembers(b, inspect.ismethod))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 69 def ismethod(oclass, obj, name): function in function:PyclbrTest.checkModule
118 if ismethod(py_item, getattr(py_item, m), m):
test_inspect.py 23 # ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode,
47 inspect.isframe, inspect.isfunction, inspect.ismethod,
81 self.istest(inspect.ismethod, 'mod.StupidGit.abuse')
82 self.istest(inspect.ismethod, 'git.argue')
616 # contrary to spec, ismethod() is also True for unbound methods
618 self.assertIn(('f', B.f), inspect.getmembers(B, inspect.ismethod))
621 self.assertIn(('f', b.f), inspect.getmembers(b, inspect.ismethod))
629 self.assertIn(('f', B.f), inspect.getmembers(B, inspect.ismethod))
632 self.assertIn(('f', b.f), inspect.getmembers(b, inspect.ismethod))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 69 def ismethod(oclass, obj, name): function in function:PyclbrTest.checkModule
118 if ismethod(py_item, getattr(py_item, m), m):
test_inspect.py 23 # ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode,
47 inspect.isframe, inspect.isfunction, inspect.ismethod,
81 self.istest(inspect.ismethod, 'mod.StupidGit.abuse')
82 self.istest(inspect.ismethod, 'git.argue')
616 # contrary to spec, ismethod() is also True for unbound methods
618 self.assertIn(('f', B.f), inspect.getmembers(B, inspect.ismethod))
621 self.assertIn(('f', b.f), inspect.getmembers(b, inspect.ismethod))
629 self.assertIn(('f', B.f), inspect.getmembers(B, inspect.ismethod))
632 self.assertIn(('f', b.f), inspect.getmembers(b, inspect.ismethod))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.c 788 static void body (LexState *ls, expdesc *e, int ismethod, int line) {
796 if (ismethod) {
1456 int ismethod = 0; local
1470 int ismethod; local
    [all...]
  /external/skia/third_party/lua/src/
lparser.c 788 static void body (LexState *ls, expdesc *e, int ismethod, int line) {
796 if (ismethod) {
1456 int ismethod = 0; local
1470 int ismethod; local
    [all...]
  /external/syslinux/com32/lua/src/
lparser.c 788 static void body (LexState *ls, expdesc *e, int ismethod, int line) {
796 if (ismethod) {
1456 int ismethod = 0; local
1470 int ismethod; local
    [all...]

Completed in 1887 milliseconds

1 2