MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _inc_counter

Method _inc_counter

lib/sqlalchemy/util/_collections.py:489–491  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

487 self._data: Dict[_KT, Tuple[_KT, _VT, List[int]]] = {}
488
489 def _inc_counter(self):
490 self._counter += 1
491 return self._counter
492
493 @overload
494 def get(self, key: _KT) -> Optional[_VT]: ...

Callers 3

getMethod · 0.95
__getitem__Method · 0.95
__setitem__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected