MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / lookup

Function lookup

tools/python-3.11.9-amd64/Lib/shutil.py:364–365  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

362 if follow:
363 # use the real function if it exists
364 def lookup(name):
365 return getattr(os, name, _nop)
366 else:
367 # use the real function only if it exists
368 # *and* it supports follow_symlinks

Callers 1

copystatFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected