Lines Matching defs:nullable
1036 * path.nullable
1080 * If path was None and path.nullable was set,
1102 int nullable;
1117 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \
1118 {function_name, argument_name, nullable, allow_fd, NULL, FALSE, -1, 0, NULL, NULL}
1120 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \
1121 {function_name, argument_name, nullable, allow_fd, NULL, NULL, -1, 0, NULL, NULL}
1166 if ((o == Py_None) && path->nullable) {
1264 path->allow_fd && path->nullable ? "string, bytes, os.PathLike, "
1267 path->nullable ? "string, bytes, os.PathLike or None" :
1295 path->allow_fd && path->nullable ? "string, bytes, os.PathLike, "
1298 path->nullable ? "string, bytes, os.PathLike or None" :
2771 def converter_init(self, *, allow_fd=False, nullable=False):
2780 self.nullable = nullable
2793 strify(self.nullable),
4252 path : path_t(nullable=True, allow_fd='PATH_HAVE_FDOPENDIR') = None
12694 cwd: path_t(nullable=True) = None
13075 path: path_t(allow_fd=True, nullable=True) = None
14444 path : path_t(nullable=True, allow_fd='PATH_HAVE_FDOPENDIR') = None