MCPcopy 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
79class netrc:

Callers 1

_parseMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected