MCPcopy Create free account
hub / github.com/Cantera/cantera / invocation

Method invocation

interfaces/sourcegen/src/sourcegen/dataclasses.py:202–204  ·  view source on GitHub ↗

Return a string representation of calling the function in an expression.

(self)

Source from the content-addressed store, hash-verified

200 return cls(r_type, name, arglist, brief, None, "", "", [])
201
202 def invocation(self) -> str:
203 """Return a string representation of calling the function in an expression."""
204 return (f"{self.name}{self.arglist.param_names_str()}")
205
206 def declaration(self) -> str:
207 """Return a string representation of the function without semicolon."""

Callers 1

_scaffold_interopMethod · 0.80

Calls 1

param_names_strMethod · 0.80

Tested by

no test coverage detected