]> granicus.if.org Git - python/commit
New dir() function --
authorGuido van Rossum <guido@python.org>
Tue, 6 May 1997 16:36:57 +0000 (16:36 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 6 May 1997 16:36:57 +0000 (16:36 +0000)
commit666b17a28091be3ab1fdd935b881113416787622
treeba3f0434b77768c0376a0da85f679881b18face2
parent0f00c5e2dcd6f1518253380bd433ef95ec0ac8a4
New dir() function --
- uses abstract interface where possible
- uses __members__ and __methods__
- returns [] when an object has no info available
Python/bltinmodule.c