Home
last modified time | relevance | path

Searched refs:getattr (Results 401 - 425 of 779) sorted by relevance

1...<<11121314151617181920>>...32

/third_party/node/deps/v8/tools/
H A Deval_gc_nvp.py146 return getattr(a, cmp_metric)()
/third_party/node/deps/v8/third_party/jinja2/
H A Dloaders.py491 mod = getattr(self.module, module, None)
/third_party/node/tools/gyp/pylib/gyp/
H A Dwin_tool.py73 return getattr(self, method)(*args[1:])
/third_party/node/tools/inspector_protocol/jinja2/
H A Dloaders.py469 mod = getattr(self.module, module, None)
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_lowlevel.h215 void (*getattr) (fuse_req_t req, fuse_ino_t ino, member
900 * getattr, setattr
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dwin_tool.py73 return getattr(self, method)(*args[1:])
/third_party/libfuse/example/
H A Dhello_ll_uds.c168 .getattr = hello_ll_getattr,
H A Dnotify_store_retrieve.c274 .getattr = tfs_getattr,
H A Dnotify_inval_entry.c236 .getattr = tfs_getattr,
H A Dnotify_inval_inode.c244 .getattr = tfs_getattr,
/third_party/python/Lib/multiprocessing/
H A Dutil.py258 getattr(self._callback, '__name__', self._callback))
/third_party/python/Lib/
H A Dfileinput.py324 self._file = getattr(sys.stdin, 'buffer', sys.stdin)
H A Dfilecmp.py253 return getattr(self, attr)
H A Dglob.py251 _dir_open_flags = os.O_RDONLY | getattr(os, 'O_DIRECTORY', 0)
H A D_markupbase.py215 meth = getattr(self, "_parse_doctype_" + name)
H A Dpoplib.py301 and getattr(exc, 'winerror', 0) != 10022):
H A Dpyclbr.py290 lineno_key = lambda a: getattr(a, 'lineno', 0)
/third_party/python/Lib/idlelib/
H A Dsqueezer.py195 rmenu.add_command(label=label, command=getattr(self, method_name))
/third_party/python/Lib/email/
H A Dcontentmanager.py45 modname = getattr(typ, '__module__', '')
/third_party/skia/third_party/externals/jinja2/
H A Dloaders.py491 mod = getattr(self.module, module, None)
/third_party/python/Lib/test/
H A Dtest_dbm.py110 if getattr(dbm._defaultmod, 'library', None) == 'Berkeley DB':
H A Dtest_property.py99 self.assertRaises(PropertyGet, getattr, sub, "spam")
H A Dtest_webbrowser.py43 getattr(browser, meth)(*args, **kw)
/third_party/python/Lib/xml/dom/
H A Dxmlbuilder.py165 return getattr(self._options, xname)
/third_party/python/Lib/distutils/
H A Dfancy_getopt.py261 val = getattr(object, attr, 0) + 1

Completed in 17 milliseconds

1...<<11121314151617181920>>...32