MCPcopy 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

1def oa(o):
2 for at in dir(o):
3 print at,
4
5'''
6Sample calls and output for oa() below:

Callers

nothing calls this directly

Calls 1

dirFunction · 0.85

Tested by

no test coverage detected