MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _repr_sym

Class _repr_sym

tools/generate_proxy_methods.py:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78
79class _repr_sym:
80 __slots__ = ("sym",)
81
82 def __init__(self, sym: str):
83 self.sym = sym
84
85 def __repr__(self) -> str:
86 return self.sym
87
88
89classes: collections.defaultdict[str, Dict[str, Tuple[Any, ...]]] = (

Callers 1

instrumentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected