Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/praw-dev/praw
/ reset
Method
reset
praw/models/util.py:66–68 ·
view source on GitHub ↗
Reset the counter to 1.
(self)
Source
from the content-addressed store, hash-verified
64
return
value
65
66
def
reset(self) -> None:
67
""
"Reset the counter to 1."
""
68
self._base = 1
69
70
71
def
permissions_string(*, known_permissions: set[str], permissions: list[str] | None) -> str:
Callers
2
stream_generator
Function · 0.95
test_exponential_counter__reset
Method · 0.95
Calls
no outgoing calls
Tested by
1
test_exponential_counter__reset
Method · 0.76