MCPcopy Index your code
hub / github.com/bpython/bpython / _FuncExpr

Class _FuncExpr

bpython/repl.py:379–386  ·  view source on GitHub ↗

Stack element in Repl._funcname_and_argnum

Source from the content-addressed store, hash-verified

377
378@dataclass
379class _FuncExpr:
380 """Stack element in Repl._funcname_and_argnum"""
381
382 full_expr: str
383 function_expr: str
384 arg_number: int
385 opening: str
386 keyword: str | None = None
387
388
389class Repl(metaclass=abc.ABCMeta):

Callers 1

_funcname_and_argnumMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected