Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_strip_line_feed_and_carriage_return_in_headers
Method · 0.45
test_get_8bit_header
Method · 0.45
main
Function · 0.45
test_get
Method · 0.45
test_set
Method · 0.45
test_blank
Method · 0.45
test_copy
Method · 0.45
test_subsample
Method · 0.45
test_zoom
Method · 0.45
test_copy_replace
Method · 0.45
test_put
Method · 0.45
test_get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected