Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ push_token
Method
push_token
Lib/netrc.py:75–76 ·
view source on GitHub ↗
(self, token)
Source
from the content-addressed store, hash-verified
73
return
token
74
75
def
push_token(self, token):
76
self.pushback.append(token)
77
78
79
class
netrc:
Callers
1
_parse
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected