Lines Matching defs:self
8318 "is_symlink($self, /)\n"
8327 os_DirEntry_is_symlink_impl(DirEntry *self, PyTypeObject *defining_class);
8330 os_DirEntry_is_symlink(DirEntry *self, PyTypeObject *defining_class, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
8339 _return_value = os_DirEntry_is_symlink_impl(self, defining_class);
8350 "stat($self, /, *, follow_symlinks=True)\n"
8359 os_DirEntry_stat_impl(DirEntry *self, PyTypeObject *defining_class,
8363 os_DirEntry_stat(DirEntry *self, PyTypeObject *defining_class, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
8384 return_value = os_DirEntry_stat_impl(self, defining_class, follow_symlinks);
8391 "is_dir($self, /, *, follow_symlinks=True)\n"
8400 os_DirEntry_is_dir_impl(DirEntry *self, PyTypeObject *defining_class,
8404 os_DirEntry_is_dir(DirEntry *self, PyTypeObject *defining_class, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
8426 _return_value = os_DirEntry_is_dir_impl(self, defining_class, follow_symlinks);
8437 "is_file($self, /, *, follow_symlinks=True)\n"
8446 os_DirEntry_is_file_impl(DirEntry *self, PyTypeObject *defining_class,
8450 os_DirEntry_is_file(DirEntry *self, PyTypeObject *defining_class, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
8472 _return_value = os_DirEntry_is_file_impl(self, defining_class, follow_symlinks);
8483 "inode($self, /)\n"
8492 os_DirEntry_inode_impl(DirEntry *self);
8495 os_DirEntry_inode(DirEntry *self, PyObject *Py_UNUSED(ignored))
8497 return os_DirEntry_inode_impl(self);
8501 "__fspath__($self, /)\n"
8510 os_DirEntry___fspath___impl(DirEntry *self);
8513 os_DirEntry___fspath__(DirEntry *self, PyObject *Py_UNUSED(ignored))
8515 return os_DirEntry___fspath___impl(self);