/third_party/python/Lib/test/ |
H A D | test_string.py | 201 obj = getattr(obj, part)
|
H A D | test_pdb.py | 904 getattr(pdb.Pdb(nosigint=True, readrc=False), method)(arg)
|
H A D | test_poplib.py | 80 method = getattr(self, 'cmd_' + cmd)
|
H A D | test_trace.py | 224 method = getattr(traced_obj, methname)
|
H A D | test_dataclasses.py | 277 self.assertEqual(getattr(c, name), name) 295 self.assertEqual(getattr(c, name), name) 628 self.assertIsNone(getattr(C, 'y')) 1979 return getattr(self, item) 2098 self.assertEqual(getattr(A, function).__qualname__, f"TestCase.test_dataclasses_qualnames.<locals>.A.{function}") 3600 getattr(c, field_name)
|
H A D | test_exceptions.py | 55 self.assertRaises(AttributeError, getattr, sys, "undefined_attribute") 531 value = getattr(e, checkArgName) 544 got = repr(getattr(new, checkArgName))
|
H A D | test_types.py | 1947 getattr(wrapper, name) 2081 self.assertIs(getattr(foo(), name), 2082 getattr(gen, name))
|
H A D | test_collections.py | 549 self.assertEqual(getattr(b, name), pos) 564 loads = getattr(module, 'loads') 565 dumps = getattr(module, 'dumps') 751 operators[name] = getattr(operator, name)
|
H A D | test_unicode.py | 70 method = getattr(object, methodname) 82 method = getattr(object, methodname) 854 meth = getattr(str, meth_name) 861 meth = getattr(str, meth_name)
|
H A D | test_socket.py | 358 test_method = getattr(self, '_' + methodname) 810 callargs = [getattr(socket, obj) if isinstance(obj, str) else obj 1832 SOCK_NONBLOCK = getattr(socket, 'SOCK_NONBLOCK', 0) 1833 SOCK_CLOEXEC = getattr(socket, 'SOCK_CLOEXEC', 0) 2750 msg_flags_common_unset |= getattr(socket, name, 0) 3204 ignore=getattr(socket, "MSG_TRUNC", 0)) 6100 return getattr(sock, "_sendfile_use_send") 6320 return getattr(sock, "_sendfile_use_sendfile")
|
/third_party/python/Lib/tkinter/test/ |
H A D | widget_tests.py | 504 getattr(source_class, methodname))
|
/third_party/python/Lib/distutils/command/ |
H A D | build_ext.py | 204 _sys_home = getattr(sys, '_home', None)
|
/third_party/python/PC/layout/ |
H A D | main.py | 621 if getattr(ns, n):
|
/third_party/python/Lib/distutils/ |
H A D | msvc9compiler.py | 112 dec = getattr(s, "decode", None)
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testmagicmethods.py | 254 getattr(mock, '__bool__').return_value = False
|
/third_party/ntfs-3g/src/ |
H A D | lowntfs-3g.c | 767 res = CALL_REPARSE_PLUGIN(ni, getattr, stbuf); in ntfs_fuse_getstat() 1285 res = CALL_REPARSE_PLUGIN(ni, getattr, &st); in ntfs_fuse_filler() 2757 res = CALL_REPARSE_PLUGIN(ni, getattr, &st); in ntfs_fuse_rm() 4180 .getattr = junction_getstat, 4184 .getattr = wsl_getstat, 4244 .getattr = ntfs_fuse_getattr,
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | inode.c | 26 * Implement basic inode helpers (get, alloc) and inode ops (getattr, 109 .getattr = ceph_getattr, 2027 .getattr = ceph_getattr, 2279 * do a getattr against an mds. 2307 req->r_args.getattr.mask = cpu_to_le32(mask); in __ceph_do_getattr() 2378 /* Skip the getattr altogether if we're asked not to sync */ in ceph_getattr()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | inode.c | 28 * Implement basic inode helpers (get, alloc) and inode ops (getattr, 231 .getattr = ceph_getattr, 2272 .getattr = ceph_getattr, 2279 .getattr = ceph_encrypted_symlink_getattr, 2784 * get the 'x' caps. And if we send the getattr requests to in ceph_try_to_choose_auth_mds() 2808 * do a getattr against an mds. 2836 req->r_args.getattr.mask = cpu_to_le32(mask); in __ceph_do_getattr() 2972 /* Skip the getattr altogether if we're asked not to sync */ in ceph_getattr()
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | inode.c | 352 .getattr = hfsplus_getattr,
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | inode_remote.c | 62 /* get_remote_inode_info - fill hmdfs_lookup_ret by info from remote getattr 94 hmdfs_debug("remote getattr failed with flag %x", in get_remote_inode_info() 180 * we need to use remote getattr. in hmdfs_lookup_by_con() 200 * If lookup from cache file failed, use getattr to see in hmdfs_lookup_by_con() 206 /* If cache file expired, use getattr directly in hmdfs_lookup_by_con() 994 .getattr = hmdfs_get_cached_attr_remote,
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | file.c | 937 .getattr = ext4_file_getattr,
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | namei_vfat.c | 1035 .getattr = fat_getattr,
|
/kernel/linux/linux-5.10/fs/coda/ |
H A D | upcall.c | 99 insize = SIZE(getattr); in venus_getattr()
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | generic.c | 367 .getattr = proc_getattr,
|
/kernel/linux/linux-5.10/fs/minix/ |
H A D | inode.c | 455 .getattr = minix_getattr,
|