MCPcopy Index your code
hub / github.com/python/cpython / get_id

Method get_id

Lib/symtable.py:102–105  ·  view source on GitHub ↗

Return an identifier for the table.

(self)

Source from the content-addressed store, hash-verified

100 assert False, f"unexpected type: {self._table.type}"
101
102 def get_id(self):
103 """Return an identifier for the table.
104 """
105 return self._table.id
106
107 def get_name(self):
108 """Return the table's name.

Callers 2

test_idMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_idMethod · 0.64