MCPcopy Index your code
hub / github.com/PySimpleGUI/PySimpleGUI / _GetAContainerNumber

Method _GetAContainerNumber

PySimpleGUI/PySimpleGUI.py:10159–10166  ·  view source on GitHub ↗

Not user callable! :return: A simple counter that makes each container element unique :rtype:

(cls)

Source from the content-addressed store, hash-verified

10157
10158 @classmethod
10159 def _GetAContainerNumber(cls):
10160 """
10161 Not user callable!
10162 :return: A simple counter that makes each container element unique
10163 :rtype:
10164 """
10165 cls._container_element_counter += 1
10166 return cls._container_element_counter
10167
10168 @classmethod
10169 def _IncrementOpenCount(self):

Callers 4

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected