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

Method get

Lib/test/test_os/test_posix.py:1701–1702  ·  view source on GitHub ↗
(result, attr)

Source from the content-addressed store, hash-verified

1699 self.addCleanup(posix.unlink, fullname)
1700
1701 def get(result, attr):
1702 return getattr(result, prefix + attr)
1703
1704 s1 = func(fullname)
1705 s2 = func(name, dir_fd=dir_fd)

Callers 15

test_get_8bit_headerMethod · 0.45
mainFunction · 0.45
test_getMethod · 0.45
test_setMethod · 0.45
test_blankMethod · 0.45
test_copyMethod · 0.45
test_subsampleMethod · 0.45
test_zoomMethod · 0.45
test_copy_replaceMethod · 0.45
test_putMethod · 0.45
test_getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected