MCPcopy Create free account
hub / github.com/bpython/bpython / FuncProps

Class FuncProps

bpython/inspection.py:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70@dataclass
71class FuncProps:
72 func: str
73 argspec: ArgSpec
74 is_bound_method: bool
75
76
77class AttrCleaner(ContextManager[None]):

Callers 1

getfuncpropsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected