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

Method create_unique_name

Lib/annotationlib.py:683–686  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

681 obj.__cell__ = cell_dict
682
683 def create_unique_name(self):
684 name = f"__annotationlib_name_{self.next_id}__"
685 self.next_id += 1
686 return name
687
688
689def call_evaluate_function(evaluate, format, *, owner=None):

Callers 1

__convert_to_astMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected