Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ oa
Function
oa
recipes/Python/580747_Two_quick_functions_object/recipe-580747.py:1–3 ·
view source on GitHub ↗
(o)
Source
from the content-addressed store, hash-verified
1
def
oa(o):
2
for
at in dir(o):
3
print at,
4
5
''
&
#x27;
6
Sample calls and output
for
oa() below:
Callers
nothing calls this directly
Calls
1
dir
Function · 0.85
Tested by
no test coverage detected