MCPcopy Create free account
hub / github.com/PixarAnimationStudios/OpenUSD / _Repr

Function _Repr

extras/usd/examples/usdSchemaExamples/wrapSimple.cpp:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42static std::string
43_Repr(const UsdSchemaExamplesSimple &self)
44{
45 std::string primRepr = TfPyRepr(self.GetPrim());
46 return TfStringPrintf(
47 "UsdSchemaExamples.Simple(%s)",
48 primRepr.c_str());
49}
50
51} // anonymous namespace
52

Callers

nothing calls this directly

Calls 4

TfPyReprFunction · 0.85
TfStringPrintfFunction · 0.85
GetPrimMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected