MCPcopy Index your code
hub / github.com/RustPython/RustPython / _bsd_flags

Method _bsd_flags

Lib/pathlib/_os.py:376–378  ·  view source on GitHub ↗

Return the flags.

(self, *, follow_symlinks=True)

Source from the content-addressed store, hash-verified

374
375 if hasattr(os.stat_result, 'st_flags'):
376 def _bsd_flags(self, *, follow_symlinks=True):
377 """Return the flags."""
378 return self._stat(follow_symlinks=follow_symlinks).st_flags
379
380 if hasattr(os, 'listxattr'):
381 def _xattrs(self, *, follow_symlinks=True):

Callers 1

copy_infoFunction · 0.80

Calls 1

_statMethod · 0.95

Tested by

no test coverage detected