MCPcopy Create free account
hub / github.com/pybind/pybind11 / __init__

Method __init__

tests/conftest.py:74–76  ·  view source on GitHub ↗
(self, string)

Source from the content-addressed store, hash-verified

72 """Basic output post-processing and comparison"""
73
74 def __init__(self, string):
75 self.string = string
76 self.explanation = []
77
78 def __str__(self):
79 return self.string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected