Home
last modified time | relevance | path

Searched refs:_basename (Results 1 - 2 of 2) sorted by relevance

/third_party/notofonts/scripts/
H A Dbuild-site.py20 def _basename(this, item): function
51 "basename": _basename,
/third_party/python/Lib/
H A Dshutil.py765 def _basename(path): function
776 >>> _basename('/bar/foo/')
818 # Using _basename instead of os.path.basename is important, as we must
820 real_dst = os.path.join(dst, _basename(src))

Completed in 3 milliseconds