| 40 | } |
| 41 | |
| 42 | static 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 |
nothing calls this directly
no test coverage detected