The concatenation of the drive and root, or ''.
(self)
| 112 | |
| 113 | @property |
| 114 | def anchor(self): |
| 115 | """The concatenation of the drive and root, or ''.""" |
| 116 | return _explode_path(vfspath(self), self.parser.split)[0] |
| 117 | |
| 118 | @property |
| 119 | def name(self): |
nothing calls this directly
no test coverage detected