Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
class
FuncProps:
72
func: str
73
argspec: ArgSpec
74
is_bound_method: bool
75
76
77
class
AttrCleaner(ContextManager[None]):
Callers
1
getfuncprops
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected