Home
last modified time | relevance | path

Searched refs:getattr (Results 251 - 275 of 829) sorted by relevance

1...<<11121314151617181920>>...34

/third_party/node/tools/inspector_protocol/
H A Dcode_generator.py52 values = [getattr(config_tuple, k) for k in keys]
497 return name in getattr(rule, include_attr)
499 return name not in getattr(rule, exclude_attr)
/third_party/python/Lib/idlelib/
H A Drpc.py189 method = getattr(obj, methodname)
585 attr = getattr(obj, name)
594 attr = getattr(obj, name)
/third_party/python/Lib/xmlrpc/
H A Dserver.py85 func = getattr(self, 'export_' + method)
131 supported and this function operates similar to getattr(obj, attr).
145 obj = getattr(obj,i)
154 callable(getattr(obj, member))]
505 data, getattr(self, '_dispatch', None), self.path
/kernel/linux/linux-5.10/fs/kernfs/
H A Dsymlink.c151 .getattr = kernfs_iop_getattr,
/kernel/linux/linux-5.10/fs/epfs/
H A Dinode.c88 .getattr = epfs_getattr,
/kernel/linux/linux-5.10/fs/udf/
H A Dsymlink.c190 .getattr = udf_symlink_getattr,
/kernel/linux/linux-6.6/fs/epfs/
H A Dinode.c103 .getattr = epfs_getattr,
/kernel/linux/linux-6.6/fs/udf/
H A Dsymlink.c180 .getattr = udf_symlink_getattr,
/kernel/linux/linux-6.6/fs/kernfs/
H A Dsymlink.c151 .getattr = kernfs_iop_getattr,
/test/testfwk/xdevice/plugins/devicetest/core/
H A Derror_message.py1193 get_value = getattr(DetailErrorMassage, _attribute)
/third_party/PyYAML/lib/yaml/
H A Devents.py11 arguments = ', '.join(['%s=%r' % (key, getattr(self, key))
H A Dtokens.py10 arguments = ', '.join(['%s=%r' % (key, getattr(self, key))
/third_party/libfuse/example/
H A Dhello.c133 .getattr = hello_getattr,
H A Dnull.c108 .getattr = null_getattr,
/third_party/python/Tools/c-analyzer/c_common/
H A Dclsutil.py76 if getattr(old___del__, '_slotted', False):
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_operator.py89 method = getattr(self, "_" + results["method"][0].value)
/third_party/python/Lib/idlelib/idle_test/
H A Dhtest.py400 test = getattr(mod, test_name)
/third_party/python/Lib/multiprocessing/
H A Dpopen_spawn_win32.py18 WINEXE = (sys.platform == 'win32' and getattr(sys, 'frozen', False))
/third_party/skia/third_party/externals/brotli/python/tests/
H A D_test_utils.py92 getattr(test_case_class, method), testdata, **opts_dict)
/third_party/python/Lib/distutils/command/
H A Dcheck.py94 if not (hasattr(metadata, attr) and getattr(metadata, attr)):
/third_party/python/Lib/
H A Dlinecache.py176 get_source = getattr(loader, 'get_source', None)
H A Ddoctest.py191 if feature is getattr(__future__, fname):
222 if (loader := getattr(package, '__loader__', None)) is None:
883 name = getattr(obj, '__name__', None)
1019 for valname, val in getattr(obj, '__test__', {}).items():
1081 filename = getattr(module, '__file__', None) or module.__name__
1094 docstring = getattr(obj, '__doc__', None)
1107 getattr(obj, '__name__', '-'))
1115 if inspect.isfunction(obj) and getattr(obj, '__doc__', None):
/third_party/skia/tools/skiaserve/tester/
H A Dtester.py115 getattr(tester, op)()
/third_party/python/Lib/ctypes/test/
H A Dtest_stringptr.py18 self.assertRaises(ValueError, getattr, x.str, "contents")
/third_party/python/Lib/test/test_importlib/
H A Dtest_pkg_import.py76 self.assertEqual(getattr(module, var), 1)

Completed in 15 milliseconds

1...<<11121314151617181920>>...34