MCPcopy 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
71def permissions_string(*, known_permissions: set[str], permissions: list[str] | None) -> str:

Callers 2

stream_generatorFunction · 0.95

Calls

no outgoing calls

Tested by 1