MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / direct_repr

Class direct_repr

tools/boilerplate.py:108–116  ·  view source on GitHub ↗

A placeholder class to destringify annotations from ast

Source from the content-addressed store, hash-verified

106
107
108class direct_repr:
109 """
110 A placeholder class to destringify annotations from ast
111 """
112 def __init__(self, value):
113 self._repr = value
114
115 def __repr__(self):
116 return self._repr
117
118
119def generate_function(name, called_fullname, template, **kwargs):

Callers 1

update_sig_from_nodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…