__abs__()
might be useful for exposing a version of absolute()
that can eliminate “..
” segments at the beginning of a relative path but not elsewhere, as described in this thread:
__abs__()
might be useful for exposing a version of absolute()
that can eliminate “..
” segments at the beginning of a relative path but not elsewhere, as described in this thread: