MCPcopy Create free account
hub / github.com/dot-agent/nextpy / _render

Method _render

nextpy/frontend/components/component.py:1232–1238  ·  view source on GitHub ↗

Define how to render the component in React. Returns: The tag to render.

(self)

Source from the content-addressed store, hash-verified

1230 return custom_components
1231
1232 def _render(self) -> Tag:
1233 """Define how to render the component in React.
1234
1235 Returns:
1236 The tag to render.
1237 """
1238 return super()._render(props=self.props)
1239
1240 def get_prop_vars(self) -> List[BaseVar]:
1241 """Get the prop vars.

Callers

nothing calls this directly

Calls 1

_renderMethod · 0.45

Tested by

no test coverage detected