MCPcopy Index your code
hub / github.com/python/cpython / lookup

Function lookup

Lib/shutil.py:430–431  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

428 if follow:
429 # use the real function if it exists
430 def lookup(name):
431 return getattr(os, name, _nop)
432 else:
433 # use the real function only if it exists
434 # *and* it supports follow_symlinks

Callers 11

_getdefaultlocaleFunction · 0.70
copystatFunction · 0.70
openFunction · 0.70
EncodedFileFunction · 0.70
getencoderFunction · 0.70
getdecoderFunction · 0.70
getincrementalencoderFunction · 0.70
getincrementaldecoderFunction · 0.70
getreaderFunction · 0.70
getwriterFunction · 0.70
find_cookieFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…